[SPARK-3516] [mllib] DecisionTree: Add minInstancesPerNode, minInfoGain params to example and Python API#2349
[SPARK-3516] [mllib] DecisionTree: Add minInstancesPerNode, minInfoGain params to example and Python API#2349jkbradley wants to merge 23 commits intoapache:masterfrom
Conversation
…rune Conflicts: mllib/src/main/scala/org/apache/spark/mllib/tree/configuration/Strategy.scala
…unner.scala and to Python API in tree.py
…tisfy min instance per node requirements" * small style fixes
|
QA tests have started for PR 2349 at commit
|
|
QA tests have started for PR 2349 at commit
|
|
QA tests have finished for PR 2349 at commit
|
|
QA tests have finished for PR 2349 at commit
|
There was a problem hiding this comment.
Not really a typo. But I figured that, if people are munging logs from tests, quote characters might be troublesome to deal with.
There was a problem hiding this comment.
It sounds reasonable, thanks.
|
This patch looks good to me, just one minor question. |
|
@davies Thanks for taking a look! |
|
@jkbradley This contains API changes to python. Could you create a JIRA for it? Thanks! |
Conflicts: mllib/src/test/scala/org/apache/spark/mllib/tree/DecisionTreeSuite.scala
|
QA tests have started for PR 2349 at commit
|
|
QA tests have started for PR 2349 at commit
|
|
QA tests have finished for PR 2349 at commit
|
|
Unrelated failure (in streaming) |
|
QA tests have finished for PR 2349 at commit
|
|
@mengxr This patch should be ready to check now. Thanks! |
|
LGTM. Merged into master. Thanks! |
Added minInstancesPerNode, minInfoGain params to:
Also:
CC: @mengxr