I\'m writing a spark application and would like to use algorithms in MLlib. In the API doc I found two different classes for the same algorithm.
For example, there
It's JIRA ticket
And From Design Doc:
MLlib now covers a basic selection of machine learning algorithms, e.g., logistic regression, decision trees, alternating least squares, and k-means. The current set of APIs contains several design flaws that prevent us moving forward to address practical machine learning pipelines, make MLlib itself a scalable project.
The new set of APIs will live under
org.apache.spark.ml, ando.a.s.mllibwill be deprecated once we migrate all features too.a.s.ml.