init(_:_:)
Creates a composed supervised estimator from a preprocessing transformer and an estimator.
Declaration
init(_ preprocessor: Preprocessor, _ estimator: Estimator)Creates a composed supervised estimator from a preprocessing transformer and an estimator.
init(_ preprocessor: Preprocessor, _ estimator: Estimator)