fitted(to:eventHandler:)
Fits a composed transformer to a data frame of examples.
Declaration
func fitted(to input: DataFrame, eventHandler: EventHandler? = nil) async throws -> PreprocessingUpdatableTabularEstimator<Preprocessor, Estimator>.TransformerParameters
- input:
A data frame of examples.
- eventHandler:
An event handler.
Return Value
The fitted transformer.
See Also
Preprocesing and fitting
preprocessed(from:eventHandler:)fitted(toPreprocessed:eventHandler:)update(_:with:eventHandler:)update(_:withPreprocessed:eventHandler:)makeTransformer()PreprocessingUpdatableTabularEstimator.InputPreprocessingUpdatableTabularEstimator.IntermediatePreprocessingUpdatableTabularEstimator.OutputTransformer