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

Non linear feature engineering for logistic regression #707

Closed ogrisel closed 1 year ago

ogrisel commented 1 year ago

As a follow up for #701, I suggest that:

Then we add a new exercise with:

Then we can optionally suggest to try MLPClassifier on this dataset to get somewhat similar results.

glemaitre commented 1 year ago

working on this one