[SPARK-11975] [ML] Remove duplicate mllib example (DT/RF/GBT in Java/Python)#9954
[SPARK-11975] [ML] Remove duplicate mllib example (DT/RF/GBT in Java/Python)#9954yanboliang wants to merge 2 commits intoapache:masterfrom
Conversation
|
Test build #46658 has finished for PR 9954 at commit
|
|
Test build #46659 has finished for PR 9954 at commit
|
|
Just one comment: I have gotten feedback from some people about using these scripts, so we might get some complaints after removing them. That said, I'm OK with removing them since command-line tools are not the best way to use Spark. |
|
@jkbradley Users can use |
|
LGTM. Merged into master and branch-1.6. Thanks! |
…ython) Remove duplicate mllib example (DT/RF/GBT in Java/Python). Since we have tutorial code for DT/RF/GBT classification/regression in Scala/Java/Python and example applications for DT/RF/GBT in Scala, so we mark these as duplicated and remove them. mengxr Author: Yanbo Liang <ybliang8@gmail.com> Closes #9954 from yanboliang/SPARK-11975. (cherry picked from commit de64b65) Signed-off-by: Xiangrui Meng <meng@databricks.com>
Remove duplicate mllib example (DT/RF/GBT in Java/Python).
Since we have tutorial code for DT/RF/GBT classification/regression in Scala/Java/Python and example applications for DT/RF/GBT in Scala, so we mark these as duplicated and remove them.
@mengxr