update(_:with:eventHandler:)
Updates a transformer with a new data frame of examples.
Declaration
func update(_ transformer: inout PreprocessingUpdatableTabularEstimator<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
preprocessed(from:eventHandler:)fitted(to:eventHandler:)fitted(toPreprocessed:eventHandler:)update(_:withPreprocessed:eventHandler:)makeTransformer()PreprocessingUpdatableTabularEstimator.InputPreprocessingUpdatableTabularEstimator.IntermediatePreprocessingUpdatableTabularEstimator.OutputTransformer