Factory Pattern In Scala A Factory pattern or Factory method pattern is very common Ashrith G N Feb 10, 2020 2 min read
Scala build tools (sbt) : Getting started for testing and building As we know Scala as language is getting popular in Ashrith G N Feb 6, 2020 2 min read
POS tagging a sentence in Scala using Spark NLP. POS tagging is the process of marking up a word Ashrith G N Jan 28, 2020 2 min read
Difference between object and class in Scala. Objectso in scala object is a singleton instance of the Ashrith G N Jan 28, 2020 1 min read
Basic encoding : label encoding and one hot encoding in Scala with Apache Spark If your starting with machine learning, after cleaning the data Ashrith G N Jan 24, 2020 4 min read