MLRegressor.boostedTree(_:)
A regressor based on a collection of decision trees combined with gradient boosting.
Declaration
case boostedTree(MLBoostedTreeRegressor)Discussion
Don’t create an MLRegressor using one of its enumeration cases. Use the regressor’s initializer instead.