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 tried, but I guess 

pip install git+git://github.com/scikit-learn/scikit-learn.git#egg=scikit-learn

shoud work as well!

Best,
Sebastian

> On Dec 7, 2015, at 10:03 PM, Herbert Schulz <hrbrt....@gmail.com> wrote:
> 
> 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 version from scikit-learn?
> 
> 
> Thanks for any help.
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Go from Idea to Many App Stores Faster with Intel(R) XDK
> Give your users amazing mobile app experiences with Intel(R) XDK.
> Use one codebase in this all-in-one HTML5 development environment.
> Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
> http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140_______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to