preprocessed(from:eventHandler:)
Preprocesses a data frame.
Declaration
func preprocessed(from input: DataFrame, eventHandler: EventHandler? = nil) async throws -> DataFrameParameters
- input:
A data frame of examples.
- eventHandler:
An event handler.
Return Value
The preprocessed examples.
See Also
Preprocesing and fitting
fitted(to:validateOn:eventHandler:)fitted(toPreprocessed:validateOn:eventHandler:)makeTransformer()update(_:with:eventHandler:)update(_:withPreprocessed:eventHandler:)PreprocessingUpdatableSupervisedTabularEstimator.AnnotationPreprocessingUpdatableSupervisedTabularEstimator.InputPreprocessingUpdatableSupervisedTabularEstimator.IntermediatePreprocessingUpdatableSupervisedTabularEstimator.OutputTransformer