C2_W4_Decision_Tree Practice Lab error when submitting and in ungraded Section

Hello! I have an problem with submitting the lab and in the ungraded section at the end (same error). Can someone explain and help me fix this error?

The zip line seems wrong, in order to use zip you need lists placed in sequence and the zip funcitons takes an items in turn from each list and packs it.

See:

Is there any way to fix this? I believe the code for this part is hidden.

The problem has been solved.

How did you solve the problem?

I suspect that the error was not in the code for generate_node_image(), since that’s part of the provided code for the assignment.

More likely it was an error in the code you added to the graded functions compute_information_gain() or get_best_split().

There was an error located in UNQ_C4 (get_best_split). Although there was an mistake in my code, by chance, my code passed the unit test.

Thanks for your report. Nice work on fixing that.