neuniversity / ALY6140

1 stars 3 forks source link

cannot import name 'cross_validation' #46

Open echolq012 opened 5 years ago

echolq012 commented 5 years ago

Hi guys,

I have used sklearn package by typing 'from sklearn import cross_validation as cv', but the Jupyter notebook shows that 'cannot import name 'cross_validation'. I have changed the kernel to Python3 and the problem solved. But I was wondering if there is any method to work under py3.6?