fitted(toPreprocessed:eventHandler:)
Fits a transformer to a sequence of preprocessed features.
Declaration
func fitted(toPreprocessed preprocessed: [PreprocessedFeatureSequence<Preprocessor.Output>], eventHandler: EventHandler? = nil) async throws -> PreprocessingTemporalEstimator<Preprocessor, Estimator>.TransformerParameters
- preprocessed:
A sequence of preprocessed featuress.
- eventHandler:
An event handler.
Return Value
The fitted transformer.