Incorrect import in Lecture

Dear team,
In the ‘Introductory exercise regarding stratification notebook’ it is requested to import sklearn.utilis.cross_val_score instead of sklearn.model_selection.cross_val_score

thanks for this great course!

Whoopsy, yes the import should be indeed skearn.model_selection.cross_val_score.

It has been fixed in FIX typo exercise · INRIA/scikit-learn-mooc@3db2024 · GitHub

Changes can be seen on MOOC be resetting the notebooks.