I have a little probleme with the sklearn library. I am trying to import a module named 'pls' and I have en error
ImportError: cannot import name 'pls'
I tried to do like this post: adding-a-module-specifically but I have no 'pls' file in my 'sklearn' file.
Even after upgraded my sklearn version with pip install -U scikit-learn
...
It says it is already up-to-date.
Any idea ? Thanks for your help, and pardon my english :P