You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Joseph K. Bradley (JIRA)" <ji...@apache.org> on 2016/04/22 01:53:12 UTC

[jira] [Created] (SPARK-14829) Deprecate GLM APIs using SGD

Joseph K. Bradley created SPARK-14829:
-----------------------------------------

             Summary: Deprecate GLM APIs using SGD
                 Key: SPARK-14829
                 URL: https://issues.apache.org/jira/browse/SPARK-14829
             Project: Spark
          Issue Type: Improvement
          Components: MLlib
            Reporter: Joseph K. Bradley


I don't know how many times I have heard someone run into issues with LinearRegression or LogisticRegression, only to find that it is because they are using the SGD implementations in spark.mllib.  We should deprecate these SGD APIs in 2.0 to encourage users to use LBFGS and the spark.ml implementations, which are significantly better.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org