Contents

PreprocessingTabularEstimator

An estimator that composes a preprocessing transformer and an estimator.

Declaration

struct PreprocessingTabularEstimator<Preprocessor, Estimator> where Preprocessor : TabularTransformer, Estimator : TabularEstimator

Topics

Creating an estimator

Getting the properties

Preprocesing and fitting

See Also

Tabular components