Bugs in assignment

@Mubsi Would you be willing to look at my assignment. There seem to be some errors in the code we were given, such as naming the class TLearner, but then toward the end of the assignment, referring to it as t_leaner. Also there are same differences in my answers vs the answers given . It will not pass the grader. Spent more than 12 hours trying to debug it. My reference is aexydaax

Hi @Bradley_Merrill_Thom,

Your issue was in Ex 9, with the variables risk_control & risk_treatment. You were calling the TLearner directly, when you needed to you the self keyboard.

Everything should work now.

Cheers,
Mubsi

Thanks, that worked! @Mubsi

1 Like