C1_W3_Logistic_Regression_Lab_Error_Finding_File_Path

I have completed the code required for mandatory lab for Week3 of the Machine Learning course. In the Lab, it tells me all tests passed, however when I submit the assignment, I get an error saying file not found in Cell3 (which is actually the code not written by me). Its in the load_data function which is taking a file path as input. Feels like its not able to recognise the path.
Can you please help ?

Did you add more cells to the notebook?

The grader uses different cell numbers than the ones in your notebook. This is because the grader does not just run your code - it extracts the cells that are marked for grading, and uses them with a different notebook.

So you cannot use the cell numbers that are in the grader feedback.

In addition to @pastorsoto recommendation, did you delete or move any cells? Did you add code to any cell that was not inside the marked areas?

1 Like