[scikit-learn] Issue with sklearn.neural_network

Andrew Matte andrew.matte at gmail.com
Fri Sep 9 11:07:46 EDT 2016


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 at 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.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
>>
>
>
> _______________________________________________
> 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/f6b83efa/attachment.html>


More information about the scikit-learn mailing list