Contents

init(_:)

Creates a temporal supervised estimator from a supervised estimator.

Declaration

init(_ base: Base)

Discussion

The resulting estimator collects all elements of the input sequence before calling fit on the underlying estimator. The transformer returned from fit is also converted to a temporal transformer.