Description
This JIRA is for replacing the spark.mllib decision tree and random forest implementations with the one from spark.ml. The spark.ml one should be used as a wrapper. This should involve moving the implementation, but should probably not require changing the tests (much).
This blocks on 1 improvement to spark.mllib which needs to be ported to spark.ml: SPARK-10064
Attachments
Issue Links
- is blocked by
-
SPARK-12182 Distributed binning for trees in spark.ml
- Resolved
-
SPARK-10232 Decide whether spark.ml Decision Tree and Random Forest can replace spark.mllib implementation
- Resolved
- relates to
-
SPARK-7131 Move tree,forest implementation from spark.mllib to spark.ml
- Resolved
- links to