The type-safe method that ML developers need to implement when writing new Estimators.
The type-safe method that ML developers need to implement when writing new Estimators.
A new transformer
Constructs a pipeline that fits this label estimator to training data and labels, then applies the resultant transformer to the Pipeline input.
Constructs a pipeline that fits this label estimator to training data and labels, then applies the resultant transformer to the Pipeline input.
The training data
The training labels
A pipeline that fits this label estimator and applies the result to inputs.
Constructs a pipeline that fits this label estimator to training data and labels, then applies the resultant transformer to the Pipeline input.
Constructs a pipeline that fits this label estimator to training data and labels, then applies the resultant transformer to the Pipeline input.
The training data
The training labels
A pipeline that fits this label estimator and applies the result to inputs.
Constructs a pipeline that fits this label estimator to training data and labels, then applies the resultant transformer to the Pipeline input.
Constructs a pipeline that fits this label estimator to training data and labels, then applies the resultant transformer to the Pipeline input.
The training data
The training labels
A pipeline that fits this label estimator and applies the result to inputs.
Constructs a pipeline that fits this label estimator to training data and labels, then applies the resultant transformer to the Pipeline input.
Constructs a pipeline that fits this label estimator to training data and labels, then applies the resultant transformer to the Pipeline input.
The training data
The training labels
A pipeline that fits this label estimator and applies the result to inputs.
Learns a linear model (OLS) based on training features and training labels. Works well when the number of features >> number of examples, and the data fits locally.