When my notebook runs GRADED FUNCTION, It returns a result like Expected Output. But when I submit the assignment, It returns some error. I need help to fix this error.
Error log:
Details of failed tests for n_gram_seqs
Failed test case: There was an error grading this function. Details shown in ‘got’ value below:.
Expected:
no exceptions,
but got:
module ‘learner_mod’ has no attribute ‘n_gram_seqs’.
Details of failed tests for pad_seqs
Failed test case: There was an error grading this function. Details shown in ‘got’ value below:.
Expected:
no exceptions,
but got:
module ‘learner_mod’ has no attribute ‘pad_seqs’.
Details of failed tests for features_and_labels
Failed test case: There was an error grading this function. Details shown in ‘got’ value below:.
Expected:
no exceptions,
but got:
module ‘learner_mod’ has no attribute ‘features_and_labels’.
Details of failed tests for create_model
Failed test case: There was an error grading this function. Details shown in ‘got’ value below:.
Expected:
no exceptions,
but got:
module ‘learner_mod’ has no attribute ‘create_model’.