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.
The estimator's training data.
The estimator's training labels
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.
A least squares solver that is optimized to use a fast algorithm, based on characteristics of the workload and cost models.
Currently selects between Dense LBFGS, Sparse LBFGS, Exact Distributed Solve, and Approximate Block Solve.
The default weights were determined empirically via results run on a 16 r3.4xlarge node cluster.