Description
SPARK-12379 copied the GBT implementation from spark.mllib to spark.ml. There was one bug I found: The random seed is not used. A reasonable fix will be to use the original seed to generate a new seed for each tree trained.
Attachments
Issue Links
- Is contained by
-
SPARK-14047 GBT improvement umbrella
- Resolved
- is duplicated by
-
SPARK-4607 Add random seed to GBTClassifier, GBTRegressor
- Resolved
- is related to
-
SPARK-12379 Copy GBT implementation to spark.ml
- Resolved
- relates to
-
SPARK-14107 PySpark spark.ml GBT algs need seed Param
- Resolved
- links to