Hello!
I was following the 8th video titled “Learning and Predicting” in the “Machine Learning with Python” chapter when I came across this error in my jupyter notebook (Screenshot above). I get a NameError stating that “name ‘DecisionTreeClassifer’ is not defined”.
If I already have the sklearn package installed in my computer, why am I getting this error?
Thanks!