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.
change 'sklearn.cross_validation' to 'sklearn.model_selection' in two files:
(1) site-packages/sknn/mlp.py , line 22
(2) site-packages/sknn/backend/lasagne/mlp.py , line 22
When I tried to execute this coding I met with an error.. Can anyone help me to get out of this?
from lasagne import layers
from lasagne.updates import nesterov_momentum
from nolearn.lasagne import NeuralNet
The text was updated successfully, but these errors were encountered: