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
[email protected]
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to