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