PreprocessingTabularEstimator
An estimator that composes a preprocessing transformer and an estimator.
Declaration
struct PreprocessingTabularEstimator<Preprocessor, Estimator> where Preprocessor : TabularTransformer, Estimator : TabularEstimatorAn estimator that composes a preprocessing transformer and an estimator.
struct PreprocessingTabularEstimator<Preprocessor, Estimator> where Preprocessor : TabularTransformer, Estimator : TabularEstimator