I am trying to use the sklearn.qda package in python. I have installed it successfully but when Itry to import it I get the error message below. Can anybody tell me what sho
I had the same problem, I run:
sudo pip install -U scikit-learn
and now everything is working fine