Grading issue for C1_W3_Logistic_Regression Lab

Course: Supervised Machine Learning by Coursera

Week#3 C1_WR_Logistic_Regression Lab Grading Issue

When contacted the support team in coursera, they mentioned that I have this “Comment line with index: UNQ_C1 is duplicated” and hence lab is not being graded.
However, I have got “All Tests Passed” for all the exercises.

Not sure how to proceed on this issue. I only have 4 more days for submission/passing on this lab.

Please advise and let me know if more info is needed. I have the screenshots of the lab showing “All Test Passed”

Regards
Ravikiran

“All tests passed” only means your code passed the tests that are provided within the notebook.

It does not check the other data that the grader requires. And it does not mean your code is perfect.

Note also that the grader uses entirely different tests than those given in the notebook.

The error message means that the comment “UNQ_C1” appears twice in your notebook. This is a mistake.

Thank you, let me check for the UNQ_C1

Thank you so very much.
Now my assignment was graded and passed. Appreciate your input

1 Like