Solution
The steps should be given the following decorators:
- split(x,y) is decorated as
@step(name="data_split")
- train(x, x_test, y, training_iterations) is decorated as
@step(name="model_training")
Once you’ve tagged the steps they should appear as below:
If your code is not consistent with the above please update your code before proceeding or download the updated code by clicking here.