Running Code Q6

I have an error running this line:

cv_results_num[“test_score”]

Error. NameError: name ‘cv_results_num’ is not defined

What do I doing bad?

The code in the solution for Q6 requires the cv_results_num variable defined in the code given in the solution for the previous questions (Q5 in this case).