Full API

.train()

Splits data, builds a preprocessing pipeline, and fits the model.

Signature

python
model.train(algorithm=None)

What it does

Example

python
model.train()                           # auto-select algorithm
model.train(algorithm="random_forest")  # explicit