PreprocessingUpdatableSupervisedTabularEstimator
An updatable supervised estimator that composes a preprocessing transformer and an updatable supervised estimator.
Declaration
struct PreprocessingUpdatableSupervisedTabularEstimator<Preprocessor, Estimator> where Preprocessor : TabularTransformer, Estimator : UpdatableSupervisedTabularEstimatorTopics
Creating an estimator
Getting the properties
Encoding and decoding
Preprocesing and fitting
fitted(to:validateOn:eventHandler:)fitted(toPreprocessed:validateOn:eventHandler:)makeTransformer()preprocessed(from:eventHandler:)update(_:with:eventHandler:)update(_:withPreprocessed:eventHandler:)PreprocessingUpdatableSupervisedTabularEstimator.AnnotationPreprocessingUpdatableSupervisedTabularEstimator.InputPreprocessingUpdatableSupervisedTabularEstimator.IntermediatePreprocessingUpdatableSupervisedTabularEstimator.OutputTransformer