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

# init(_:_:)

Creates a composed supervised tabular estimator from a preprocessing transformer and a supervised tabular estimator.

## Declaration

```swift
init(_ preprocessor: Preprocessor, _ estimator: Estimator)
```
