intro-to-dl
intro-to-dl copied to clipboard
No module named 'sklearn.cross_validation'
Apparently, sklearn.cross_validation has been replaced with model_selection in newer versions.
POS-task from week5 doesn't work in collab anymore
Maybe it's due to the deprecation of sklearn.cross_validation. Please replace sklearn.cross_validation with sklearn.model_selection
Ref- https://github.com/amueller/scipy_2015_sklearn_tutorial/issues/60