Building a training quest
A training quest flow contains multiple tasks to prepare data, train, score, and
evaluate the model.
To build the flow of the training quest, follow these steps:
- Import a previously loaded dataset.
- Transform data into a useful structure with preprocessing activities, such as normalization, transformation, or reduction.
- Explore the data by visualizing it into various plot types.
- Apply an algorithm and tune hyperparameters.
- Apply a train model activity.
- Score and evaluate the model.
- Compare models if multiple models were built.
- Select the best model and activities you would like to take into the production phase.