You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/03/23 09:11:25 UTC

[jira] [Resolved] (SPARK-14027) Add parameter check to GradientDescent

     [ https://issues.apache.org/jira/browse/SPARK-14027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-14027.
-------------------------------
    Resolution: Duplicate

Let's roll this into one JIRA

> Add parameter check to GradientDescent
> --------------------------------------
>
>                 Key: SPARK-14027
>                 URL: https://issues.apache.org/jira/browse/SPARK-14027
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>            Reporter: zhengruifeng
>            Priority: Minor
>
> The following code should throw some exception, not just run successfully and return a model:
> val data = MLUtils.loadLibSVMFile(sc, "/tmp/sample_libsvm_data.txt")
> val model = LogisticRegressionWithSGD.train(data, -2, -0.01, 0.5)



--
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