Challenge: Define a Pipeline Step

Requirements

Continue to update the code provided so that the remaining step functions are tagged as steps:

  • split(x,y) is tagged as data_split
  • train(x, x_test, y, training_iterations) is tagged as model_training

SOLUTION

When you are finished, compare your notebook to the solution and make any necessary changes so that your notebook matches the solution in the next unit.