In the second week assignment, all my codes ran correctly. However, when I submitted the assignment, I encountered this error:
How should I fix it?
Function “true_positives” not found in Code Cell UNQ_C2.
Function “false_positives” not found in Code Cell UNQ_C2.
Function “true_negatives” not found in Code Cell UNQ_C2.
Function “false_negatives” not found in Code Cell UNQ_C2.
Function “true_positives” not found in Code Cell UNQ_C4.
Function “false_negatives” not found in Code Cell UNQ_C4.
Function “false_positives” not found in Code Cell UNQ_C4.
Function “true_negatives” not found in Code Cell UNQ_C4.
Function “true_positives” not found in Code Cell UNQ_C5.
Function “false_positives” not found in Code Cell UNQ_C5.
Function “true_negatives” not found in Code Cell UNQ_C5.
Function “false_negatives” not found in Code Cell UNQ_C5.
Code Cell UNQ_C1: Function ‘false_positives’ is correct.
Code Cell UNQ_C1: Function ‘true_negatives’ is correct.
Code Cell UNQ_C1: Function ‘false_negatives’ is correct.
Code Cell UNQ_C2: Function ‘get_accuracy’ is correct.
Code Cell UNQ_C3: Function ‘get_prevalence’ is correct.
Code Cell UNQ_C4: Function ‘get_sensitivity’ is correct.
Code Cell UNQ_C4: Function ‘get_specificity’ is correct.
Code Cell UNQ_C5: Function ‘get_ppv’ is correct.
Code Cell UNQ_C5: Function ‘get_npv’ is correct.
If you see many functions being marked as incorrect, try to trace back your steps & identify if there is an incorrect function that is being used in other steps.
This dependency may be the cause of the errors.