[
https://issues.apache.org/jira/browse/SPARK-9122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14638510#comment-14638510
]
Apache Spark commented on SPARK-9122:
-------------------------------------
User 'yanboliang' has created a pull request for this issue:
https://github.com/apache/spark/pull/7614
> spark.mllib regression should support batch predict
> ---------------------------------------------------
>
> Key: SPARK-9122
> URL: https://issues.apache.org/jira/browse/SPARK-9122
> Project: Spark
> Issue Type: Improvement
> Components: MLlib, PySpark
> Reporter: Joseph K. Bradley
> Assignee: Yanbo Liang
> Labels: starter
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> Currently, in spark.mllib, generalized linear regression models like
> LinearRegressionModel, RidgeRegressionModel and LassoModel support predict()
> via: LinearRegressionModelBase.predict, which only takes single rows (feature
> vectors).
> It should support batch prediction, taking an RDD. (See other classes which
> do this already such as NaiveBayesModel.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]