Description
This JIRA is for both RandomForestClassifier and RandomForestRegressor. The implementation should reuse the one for DecisionTree*.
It should augment NodeData with a tree ID so that all nodes can be stored in a single DataFrame. It should reconstruct the trees in a distributed fashion.
Attachments
Issue Links
- blocks
-
SPARK-14373 PySpark ml RandomForestClassifier, Regressor support export/import
- Resolved
- is blocked by
-
SPARK-11888 Model export/import for spark.ml: DecisionTreeClassifier,Regressor
- Resolved
- links to