Contents

MLRegressor.linear(_:)

A regressor that estimates the target as a linear function of the features.

Declaration

case linear(MLLinearRegressor)

Discussion

Don’t create an MLRegressor using one of its enumeration cases. Use the regressor’s initializer instead.

See Also

Regressor cases