Regularization Parameter
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 estimator to training data, then applies the resultant transformer to the Pipeline input.
Constructs a pipeline that fits this estimator to training data, then applies the resultant transformer to the Pipeline input.
The training data
A pipeline that fits this estimator and applies the result to inputs.
Constructs a pipeline that fits this estimator to training data, then applies the resultant transformer to the Pipeline input.
Constructs a pipeline that fits this estimator to training data, then applies the resultant transformer to the Pipeline input.
The training data
A pipeline that fits this estimator and applies the result to inputs.
Computes a ZCA Whitener, which is intended to rotate an input dataset to identity covariance. The "Z" in ZCA Whitening means that the solution will be as close to the original dataset as possible while having this identity covariance property.
See here for more details: http://ufldl.stanford.edu/wiki/index.php/Whitening