I was looking for that a while ago. I installed 0.18 with pip+git directly on both a debian and a centOS VM no problem.
On Fri, Sep 9, 2016 at 11:03 AM, Ibrahim Dalal via scikit-learn < scikit-learn@python.org> wrote: > Hi, > > Is there any support for classification using Neural Nets in version > 0.17.1? > > Thanks > > On Fri, Sep 9, 2016 at 2:05 PM, Roman Yurchak <rth.yurc...@gmail.com> > wrote: > >> Ibrahim, I believe the sklearn.neural_network.MLPClassifier was added in >> the not yet released v0.18 (current dev version), >> http://scikit-learn.org/dev/modules/neural_networks_supervised.html >> -- >> Roman >> On 09/09/16 10:19, Ibrahim Dalal via scikit-learn wrote: >> > Dear Developers, >> > >> > I am using sklearn version 0.17.1 on Ubuntu 14.04. >> > >> > I was checking out neural network examples and one such example used >> > sklearn.neural_network.MLPClassifier. When I tried this, I get the >> > following error: >> > >> >>>> from sklearn import neural_network >> >>>> clf = neural_network.MLPClassifier() >> > Traceback (most recent call last): >> > File "<stdin>", line 1, in <module> >> > AttributeError: 'module' object has no attribute 'MLPClassifier' >> > >> > Thanks >> > >> > >> > _______________________________________________ >> > scikit-learn mailing list >> > scikit-learn@python.org >> > https://mail.python.org/mailman/listinfo/scikit-learn >> > >> >> _______________________________________________ >> scikit-learn mailing list >> scikit-learn@python.org >> https://mail.python.org/mailman/listinfo/scikit-learn >> > > > _______________________________________________ > scikit-learn mailing list > scikit-learn@python.org > https://mail.python.org/mailman/listinfo/scikit-learn > >
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn