INRIA / scikit-learn-mooc

Machine learning in Python with scikit-learn MOOC
https://inria.github.io/scikit-learn-mooc
Creative Commons Attribution 4.0 International
1.12k stars 516 forks source link

Rework ordering of linear models module #701

Closed ArturoAmorQ closed 1 year ago

ArturoAmorQ commented 1 year ago

Fixes #697. Fixes #641.

This PR addresses al the point in #697 except for the point:

rename "Beyond linear separation in classification"

This will be addressed in a different PR as I would like to fit the narrative to the new placing of this notebook.

Furthermore, we can consider moving Q2 from M4.05

The decision boundaries of a logistic regression: a) uses only one of the input features b) uses a combination of the input features c) separates a single class

out of the regularization lesson and into the Quiz M4.02, i.e. in the lesson on intuitions.

ArturoAmorQ commented 1 year ago

Merged main to see the render with the synchronized quizzes from #708.

ogrisel commented 1 year ago

Thank you @ArturoAmorQ. @glemaitre and I will now work on some follow-up PRs for feature engineering for linear classification and regularization for linear classification.