C1_W2_Linear_Regression - x_train and y_train

Hi,

I was going over this assignment and got confused at the below part.

image

I am trying to implement what I have learnt but have no coding knowledge so when I try and implement the code with my own data I just receive: NameError: name ‘load_data’ is not defined.

I am hoping someone can help provide a direction for me in how I would load my own personal data in order to then do the rest of the exercises.

Open the File menu and find the utilities python file for this assignment. This file name will be in the list of imports in the first cell in the notebook.

Open the utilities file, and there you can read the code for load_data() and see how it works.

Thank you for the help, I have found it.

Glad you found the source file based on Tom’s info. If you also want to download all the files for your own personal use, there are instructions here.