Load_data not defined ( Lab exercise week2)

Continuing the discussion from Programming Assignment of week2 of Supervised Machine Learning:

Hello Iam running into error like below


NameError Traceback (most recent call last)
in
1 # load the dataset
----> 2 x_train, y_train = load_data()

NameError: name ‘load_data’ is not defined:
Can you help

did you run the previous cell?

Yes

thanks for your lead, i was able to re-run and get everything work as expected

1 Like