---
title: makeTransformer()
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: createmlcomponents/multivariatelinearregressor/maketransformer()
---

# makeTransformer()

Creates a default-initialized model suitable for incremental fitting.

## Declaration

```swift
func makeTransformer() -> MultivariateLinearRegressor<Scalar>.Model
```

## See Also

### Fitting Progressively

- [update(_:with:eventHandler:)](createmlcomponents/multivariatelinearregressor/update(_:with:eventhandler:).md)
- [update(_:with:)](createmlcomponents/multivariatelinearregressor/update(_:with:).md)
