Skip to content

Example Machine Learning Workflow

A Machine Learning workflow may consist of the following multiple steps, performed in a sequential order through the units specific to Machine Learning which are described in this page.

Below, we show an example implementation for both the training and prediction version of a workflow.

```json tab="Train"

1
```json tab="Predict"