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