fitted(to:eventHandler:)
Fits a composed transformer to a data frame of examples.
Declaration
func fitted(to input: DataFrame, eventHandler: EventHandler? = nil) async throws -> PreprocessingTabularEstimator<Preprocessor, Estimator>.TransformerParameters
- input:
A data frame of examples.
- eventHandler:
An event handler.
Return Value
The fitted transformer.