Hello!
I am getting this error after submitting my work. Does anyone can help to figure out this issue ?
Hello!
I am getting this error after submitting my work. Does anyone can help to figure out this issue ?
Hello
I’ve got the same error in my lab.
Lab ID: cxnhsdkaqljh
Yes, please. I couldn’t pass the assignment.
Hi @Alan_F_Garin,
The output of the grader tells you that there’s something wrong with your UNQ_C2
, UNQ_C4
and UNQ_C5
, which is Ex 2
, Ex 4
and Ex 5
respectively.
If you look at the code cell instructions for Ex 2
, Ex 4
& Ex 5
, you’ll see it says, # get TP, FP, TN, FN using our previously defined functions
. So what this means is, you have to use the functions you defined in Ex 1
to be used in Ex 2
, Ex 4
and Ex 5
. But what you have done instead is, you have redefined TP, FP, TN and FN in all of these functions.
I have corrected this in your Ex 2
, do the rest yourself. Once you have, you’ll get the full grade.
Best,
Mubsi
@Mubsi - I genuinely don’t understand how this autograder works. I have tried absolutely everything with 6 different ways of using the same functions defined in Ex 1 for Ex 2, 4, and 5. Every time, all of the tests have been passed. I cannot fathom what else the autograder needs. Please help. I would really appreciate it.
@Mubsi my lab id: owqiykhrfccc
Please help. It’s the same problem as everyone else in this thread. I’ve tried every possible way of using the same functions defined in Ex 1
Hi @Michael_Labib,
The answer/solution to this is already provided in the threads. Please follow those.
Thanks,
Mubsi
@DeepLearning.AI-Team @Mubsi I’ve already tried that several times as I’ve mentioned in my previous posts. The solution doesn’t work for me. Please help.
Thanks,
Michael
Hi @Michael_Labib,
There’s a certain level of dedication, effort and respect that is expected of learners.
I have literally explained to you what the issue is and how to solve it. And you claim that you have tried it and it still fails, but being honest, you have not. Your notebook was in the same state as I saw in the morning.
You have not followed the clear instructions provided to you in the notebook and in this thread.
Anyways, I have provided the code to you in your notebook. You can look at it in more detail inside it. It passes all the tests now.
In future, please be sure to follow all the instructions provided to you in the notebook (markdown as well as code cell comments)