An alternative constructor for LinearRegressionModel.
An alternative constructor for LinearRegressionModel.
Call this "make" instead of "apply" because the constructors need to be distinguishable after type erasure.
Vector of coefficients of the model. Must match the length of inputFeatures.
Description of the (numeric) input features. Must match the length of coefficients.
Intercept of the model (defaults to 0).
Name used to identify the dependent feature in an evaluation dataset.
Used to identify this model when in a collection of models. Should be simple characters, so it can be used in a feature name.