Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

ModuleNotFoundError: No module named 'sklearn.cross_validation' #242

Open
ArchanaRajan29 opened this issue Mar 24, 2019 · 2 comments
Open

Comments

@ArchanaRajan29
Copy link

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

image

@zpspring
Copy link

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

@yueureka
Copy link

How can I modify the file in Jupyter Notebook running in Azure?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants