You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
C:\Python27\Lib\site-packages\sklearn\neural_network\multilayer_perceptron.py:90
4: DataConversionWarning: A column-vector y was passed when a 1d array was expec
ted. Please change the shape of y to (n_samples, ), for example using ravel().
y = column_or_1d(y, warn=True)
WARNING:sknn:WARNING: Expecting Softmax type for the last layer in classifier.
unhashable type
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
C:\Python27\Lib\site-packages\sklearn\neural_network\multilayer_perceptron.py:90
4: DataConversionWarning: A column-vector y was passed when a 1d array was expec
ted. Please change the shape of y to (n_samples, ), for example using ravel().
y = column_or_1d(y, warn=True)
WARNING:sknn:WARNING: Expecting
Softmax
type for the last layer in classifier.unhashable type
The text was updated successfully, but these errors were encountered: