MLClassifier.decisionTree(_:)
A classifier that predicts the target by creating rules to split the data.
Declaration
case decisionTree(MLDecisionTreeClassifier)Discussion
Don’t create an MLClassifier using one of its enumeration cases. Use the classifier’s initializer instead.