This is an example implementation for learning how to use Spark. For more conventional use,
please refer to either org.apache.spark.mllib.classification.LogisticRegressionWithSGD or
org.apache.spark.mllib.classification.LogisticRegressionWithLBFGS based on your needs.
Logistic regression based classification.
This is an example implementation for learning how to use Spark. For more conventional use, please refer to either org.apache.spark.mllib.classification.LogisticRegressionWithSGD or org.apache.spark.mllib.classification.LogisticRegressionWithLBFGS based on your needs.