update(_:withPreprocessed:eventHandler:)
Updates a transformer with a new data frame of preprocessed features.
Declaration
func update(_ transformer: inout PreprocessingUpdatableSupervisedTabularEstimator<Preprocessor, Estimator>.Transformer, withPreprocessed preprocessed: DataFrame, eventHandler: EventHandler? = nil) async throwsParameters
- transformer:
A transformer to update.
- preprocessed:
A data frame of preprocessed features.
- eventHandler:
An event handler.
See Also
Preprocesing and fitting
fitted(to:validateOn:eventHandler:)fitted(toPreprocessed:validateOn:eventHandler:)makeTransformer()preprocessed(from:eventHandler:)update(_:with:eventHandler:)PreprocessingUpdatableSupervisedTabularEstimator.AnnotationPreprocessingUpdatableSupervisedTabularEstimator.InputPreprocessingUpdatableSupervisedTabularEstimator.IntermediatePreprocessingUpdatableSupervisedTabularEstimator.OutputTransformer