Thanks for your Help!
On 8 December 2015 at 04:26, Sebastian Raschka wrote:
> Hi, Herbert,
> one way would be to go to the github repo, fork it (or download the zip
> file), go to its main dir and install it via
> "python setup.py install” (you probably want to do this is a separate
> virtual en
Hi, Herbert,
one way would be to go to the github repo, fork it (or download the zip file),
go to its main dir and install it via
"python setup.py install” (you probably want to do this is a separate virtual
environment so that you can toggle between your different scikit installations)
Haven’t
Hi Herbert,
You'll need to download and compile the source code from github for the dev
version.
Here's some instructions:
- http://scikit-learn.org/stable/install.html
-
http://scikit-learn.org/stable/developers/contributing.html#retrieving-the-latest-code
On Mon, Dec 7, 2015 at 7:03 PM, Herb