Joseph K. Bradley created SPARK-6099:
----------------------------------------
Summary: Stabilize mllib ClassificationModel, RegressionModel APIs
Key: SPARK-6099
URL: https://issues.apache.org/jira/browse/SPARK-6099
Project: Spark
Issue Type: Improvement
Components: MLlib
Affects Versions: 1.3.0
Reporter: Joseph K. Bradley
The abstractions spark.mllib.classification.ClassificationModel and spark.mllib.regression.RegressionModel
have been Experimental for a while. This is a problem since some of the implementing classes
are not Experimental (e.g., LogisticRegressionModel).
We should finalize the API and make it non-Experimental ASAP.
--
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
|