Description
This task requires adding the gradient boosting algorithm to Spark MLlib. The implementation needs to adapt the gradient boosting algorithm to the scalable tree implementation.
The tasks involves:
- Comparing the various tradeoffs and finalizing the algorithm before implementation
- Code implementation
- Unit tests
- Functional tests
- Performance tests
- Documentation
Attachments
Issue Links
- is duplicated by
-
SPARK-3525 Gradient boosting in MLLib
- Resolved
- is required by
-
SPARK-5094 Python API for gradient-boosted trees
- Resolved
-
SPARK-3703 Ensemble learning methods
- Resolved
- requires
-
SPARK-1545 Add Random Forest algorithm to MLlib
- Resolved
- links to