[scikit-learn] Issue with sklearn.neural_network

Ibrahim Dalal cs14btech11041 at iith.ac.in
Fri Sep 9 11:03:10 EDT 2016


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.yurchak at 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 at python.org
> > https://mail.python.org/mailman/listinfo/scikit-learn
> >
>
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20160909/25846b2c/attachment.html>


More information about the scikit-learn mailing list