Ashrith G N

Ashrith G N

I am a Professional Web Application developer with extensive experience in designing and developing Web apps and Web services. Also I write technical blogs

Apache Spark Imputer Usage In Scala

This Tutorial explain what is Spark imputer, implement the Imputer and basic terminologies used while using the imputer.And strategies available in spark imputer.

Stack recursion call and Tail Recursion in Scala

Recursion is the process of defining something in terms of itself,In any programming language method calling itself until certain condition is call Recursive method, so we are familiar with recursion now,and