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

pip install will install version 0.1 instead of 0.2 #43

Closed stasSajin closed 7 years ago

stasSajin commented 7 years ago

Hi,

Running pip install will install version 0.1 from here https://pypi.python.org/pypi/forestci. The version on github and the documentation reflects changes in forestci 0.2. I suggest updating the versioning on pip or suggesting that users install the latest development version using:

pip install git+git://github.com/scikit-learn-contrib/forest-confidence-interval.git

arokem commented 7 years ago

Closed through #52