Re: [Scikit-learn-general] cannot import MLPClassifier

2015-12-08 Thread Herbert Schulz
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

Re: [Scikit-learn-general] cannot import MLPClassifier

2015-12-07 Thread Sebastian Raschka
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

Re: [Scikit-learn-general] cannot import MLPClassifier

2015-12-07 Thread Trevor Stephens
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

[Scikit-learn-general] cannot import MLPClassifier

2015-12-07 Thread Herbert Schulz
Hello everyone, I just wanted to use the MLPClassifier from Scikit-learn, but I'm getting an import Error: ImportError: cannot import name MLPClassifier. I read from one post on stack overflow that it is only available on scikit-learn 0.18 dev version. Is there a way to get the 0.18 dev versio