Machine Learning Intermediate
splitter
While training a decision tree, the routine (and algorithm) responsible for finding the best condition at each node.
Plain English Explanation
While training a decision tree, the routine (and algorithm) responsible for finding the best condition at each node.
How is it used?
Practitioners refer to splitter when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.