Contents

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>.Transformer

Parameters

  • input:

    A data frame of examples.

  • eventHandler:

    An event handler.

Return Value

The fitted transformer.

See Also

Preprocesing and fitting