Contents

MLLinearRegressor

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

Declaration

struct MLLinearRegressor

Topics

Creating a linear regressor asynchronously

Creating a linear regressor from a checkpoint

Training a linear regressor synchronously

Evaluating a linear regressor

Testing a linear regressor

Saving a linear regressor

Inspecting a linear regressor

Describing a linear regressor

Default Implementations

See Also

Supporting regressor types