I am getting 3/10 for the “Compare Training and Evaluation Statistics” section of the notebook, despite having updated and refreshed the lab to the newest version after renaming my previous version. Here is the error output:
Failed test case: rhs_name incorrectly set.
Expected:
True,
but got:
False.
Failed test case: lhs_name incorrectly set.
Expected:
True,
but got:
False.
What should I do? I have correctly specified “EVAL_DATASET” as the lhs_name, etc.
Hi Hugh! Kindly check your inbox. If you already tried the solution in the other thread, then this might be a new issue and we’ll need to inspect your notebook more closely. Thanks!
Hi Hugh! Turns out the problem is with the grader. Simply remove the spaces in your solution (e.g. lhs_name='myanswer' instead of lhs_name = 'myanswer') and you’ll get the perfect score. I’ll report this bug to our dev team so it can be corrected for the next learners. Apologies for the frustration this might have caused!