intro-to-dl icon indicating copy to clipboard operation
intro-to-dl copied to clipboard

No module named 'sklearn.cross_validation'

Open dmitriyshashkin opened this issue 5 years ago • 1 comments

Apparently, sklearn.cross_validation has been replaced with model_selection in newer versions.

POS-task from week5 doesn't work in collab anymore

dmitriyshashkin avatar Jun 17 '19 18:06 dmitriyshashkin

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

ilamaheshwari avatar Jun 25 '19 05:06 ilamaheshwari