scikit-learn-contrib / forest-confidence-interval

Confidence intervals for scikit-learn forest algorithms
http://contrib.scikit-learn.org/forest-confidence-interval/
MIT License
284 stars 48 forks source link

Installation with pip doesn't work. #16

Closed valignatev closed 8 years ago

valignatev commented 8 years ago

Hello, when trying to install through pip install sklforestci, got an error Could not find a version that satisfies the requirement sklforestci (from versions: ) No matching distribution found for sklforestci.

So I have to install it directly from github: pip install git+https://github.com/uwescience/sklearn-forest-ci.git.

Is module missing from pypi?

arokem commented 8 years ago

Sorry - the documentation is misleading. We are in the process of moving this work into the "scikit-learn-contrib" organization, and renaming this, so for the time being we have not uploaded this to PyPi, until we finish that process.

For the time being, you will have to install this from the master source code.