MLRegressor.decisionTree(_:)
A regressor that estimates the target by learning rules to split the data.
Declaration
case decisionTree(MLDecisionTreeRegressor)Discussion
Don’t create an MLRegressor using one of its enumeration cases. Use the regressor’s initializer instead.