-
- Downloads
SPARK-2341 [MLLIB] loadLibSVMFile doesn't handle regression datasets
Per discussion at https://issues.apache.org/jira/browse/SPARK-2341 , this is a look at deprecating the multiclass parameter. Thoughts welcome of course. Author: Sean Owen <srowen@gmail.com> Closes #1663 from srowen/SPARK-2341 and squashes the following commits: 8a3abd7 [Sean Owen] Suppress MIMA error for removed package private classes 18a8c8e [Sean Owen] Updates from review 83d0092 [Sean Owen] Deprecated methods with multiclass, and instead always parse target as a double (ie. multiclass = true)
Showing
- examples/src/main/scala/org/apache/spark/examples/mllib/LinearRegression.scala 1 addition, 1 deletion...la/org/apache/spark/examples/mllib/LinearRegression.scala
- examples/src/main/scala/org/apache/spark/examples/mllib/SparseNaiveBayes.scala 2 additions, 2 deletions...la/org/apache/spark/examples/mllib/SparseNaiveBayes.scala
- mllib/src/main/scala/org/apache/spark/mllib/util/LabelParsers.scala 0 additions, 56 deletions...main/scala/org/apache/spark/mllib/util/LabelParsers.scala
- mllib/src/main/scala/org/apache/spark/mllib/util/MLUtils.scala 16 additions, 36 deletions.../src/main/scala/org/apache/spark/mllib/util/MLUtils.scala
- mllib/src/test/scala/org/apache/spark/mllib/util/LabelParsersSuite.scala 0 additions, 41 deletions...scala/org/apache/spark/mllib/util/LabelParsersSuite.scala
- mllib/src/test/scala/org/apache/spark/mllib/util/MLUtilsSuite.scala 7 additions, 7 deletions...test/scala/org/apache/spark/mllib/util/MLUtilsSuite.scala
- project/MimaExcludes.scala 8 additions, 0 deletionsproject/MimaExcludes.scala
- python/pyspark/mllib/util.py 12 additions, 11 deletionspython/pyspark/mllib/util.py
Please register or sign in to comment