[ https://issues.apache.org/jira/browse/SPARK-9122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joseph K. Bradley resolved SPARK-9122. -------------------------------------- Resolution: Fixed Fix Version/s: 1.5.0 Issue resolved by pull request 7614 [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 > Fix For: 1.5.0 > > 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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org