[scikit-learn] Issue with sklearn.neural_network
Ibrahim Dalal
cs14btech11041 at iith.ac.in
Fri Sep 9 04:19:57 EDT 2016
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20160909/53e6d7f9/attachment.html>
More information about the scikit-learn
mailing list