Hi,
In the assignment for Week 3, grader is failing everything. Even feature selection is failing after I have got the expected output. Can somebody please have a look at the notebook: tynobnvdfzhe?
Thanks.
Hi,
In the assignment for Week 3, grader is failing everything. Even feature selection is failing after I have got the expected output. Can somebody please have a look at the notebook: tynobnvdfzhe?
Thanks.
Whatâs the grader feedback?
I restarted everything and it worked. Thanks.
But again, it is showing all the cases failing with the reason being:
There was a problem compiling the code from your notebook. Details:
âNoneTypeâ object has no attribute âoutputsâ
Please click my name and message your notebook as an attachment.
If you submit to the grader without completing all exercises, unless thereâs #grade-upto-here comment in the notebook for partial grading, youâll receive 0 as the final score.
I had put # grade-up-to-here after Exercise 8: Statistics with the new schema in the cell
context.show(statistics_gen_updated.outputs[âstatisticsâ])
So it does not work. If I move # grade-up-to-here in a previous cell which contains ### START CODE HERE ### and ### END CODE HERE ###, then it works. Thanks.
For # grade-up-to-here to work, it should be put at the end of the cell containing ### START CODE HERE ### and ### END CODE HERE ###.
â# grade up to hereâ is extremely unreliable. Sometimes it works, sometimes it doesnât. Sometimes it works for some courses or labs, and then it doesnât work for others.
I recommend you complete the entire notebook before you submit it for grading.