I installed scikit-learn from GitHub a couple of weeks ago:
pip install git+git://github.com/scikit-learn/scikit-learn@master
I went to GitHub and there have been several changes to the master branch since then.
How can I update my local installation of scikit-learn
?
I tried pip install scikit-learn --upgrade
but I got:
Requirement already up-to-date
Cleaning up ...