Some examples of Machine Learning algorithms using Scala and ML Library from Apache Spark.
com.dev.bruno.ml.classification.DecisionTree
com.dev.bruno.ml.classification.LogisticRegression
com.dev.bruno.ml.classification.NaiveBayes
com.dev.bruno.ml.classification.RandomForest
com.dev.bruno.ml.regression.DecisionTree
com.dev.bruno.ml.regression.LogisticRegression
com.dev.bruno.ml.classification.NaiveBayes
com.dev.bruno.ml.regression.RandomForest
com.dev.bruno.ml.deeplearning.lstm.LSTM