Hello, I was doing the lab of week 2 of the first course in ML specialization, and I did everythign correctly but the auto grade gave me only 50/100, when I asked AI why it said, i ahve written the code wrongly or to the wrong place however I am pretty sure i wrote it to the place where it was supposed to be and I did not change other code. Can someone help me with this?
In general, passing the tests in the notebook does not prove your code is perfect.
This is because the grader uses entirely different tests, and it uses a different runtime environment.
In this specific case, the grader feedback says that your notebook stil contains some “None” statements.
You should complete the entire assignment before you send it for grading.
1 Like
