Gradient function to be used.
Whether to fit the intercepts or not.
3 < numCorrections < 10 is recommended.
convergence tolerance for L-BFGS
max number of iterations to run
L2 regularization
convergence tolerance for L-BFGS
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
Whether to fit the intercepts or not.
Gradient function to be used.
3 < numCorrections < 10 is recommended.
max number of iterations to run
L2 regularization
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.
Class used to solve an optimization problem using Limited-memory BFGS. Reference: http://en.wikipedia.org/wiki/Limited-memory_BFGS