---
title: "init(_:)"
framework: createmlcomponents
role: symbol
role_heading: Initializer
path: "createmlcomponents/updatablesupervisedestimatortotemporaladaptor/init(_:)"
---

# init(_:)

Creates a temporal supervised estimator from a supervised estimator.

## Declaration

```swift
init(_ base: Base)
```

## Discussion

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.
