-
- Downloads
[SPARK-2495][MLLIB] remove private[mllib] from linear models' constructors
This is part of SPARK-2495 to allow users construct linear models manually. Author: Xiangrui Meng <meng@databricks.com> Closes #1492 from mengxr/public-constructor and squashes the following commits: a48b766 [Xiangrui Meng] remove private[mllib] from linear models' constructors
Showing
- mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala 1 addition, 1 deletion...pache/spark/mllib/classification/LogisticRegression.scala
- mllib/src/main/scala/org/apache/spark/mllib/classification/SVM.scala 1 addition, 1 deletion...ain/scala/org/apache/spark/mllib/classification/SVM.scala
- mllib/src/main/scala/org/apache/spark/mllib/regression/Lasso.scala 1 addition, 1 deletion.../main/scala/org/apache/spark/mllib/regression/Lasso.scala
- mllib/src/main/scala/org/apache/spark/mllib/regression/LinearRegression.scala 1 addition, 1 deletion.../org/apache/spark/mllib/regression/LinearRegression.scala
- mllib/src/main/scala/org/apache/spark/mllib/regression/RidgeRegression.scala 1 addition, 1 deletion...a/org/apache/spark/mllib/regression/RidgeRegression.scala
Please register or sign in to comment