esciencecenter-digital-skills / scikit-learn-mooc

Lesson to teach machine learning in Python with scikit-learn in a 2-day workshop
https://esciencecenter-digital-skills.github.io/scikit-learn-mooc/
Creative Commons Attribution 4.0 International
0 stars 1 forks source link

Explain linear models right before we use them #29

Closed svenvanderburg closed 6 months ago

svenvanderburg commented 7 months ago

Currently we already use logistic regression before explaining linear models. We should put linear model intuition right before 'Working with numerical data', where we use a linear model for the first time.

svenvanderburg commented 6 months ago

Will be fixed with #5