carpentries-incubator / machine-learning-novice-python

Introduction to Machine Learning with Python
https://carpentries-incubator.github.io/machine-learning-novice-python/
Other
4 stars 10 forks source link

Add section on regularization (perhaps L1 Lasso regression) #21

Open tompollard opened 11 months ago

tompollard commented 11 months ago

It would be good to add a section on regularization, perhaps building on https://github.com/carpentries-incubator/machine-learning-novice-python/blob/gh-pages/_episodes/04-modelling.md to introduce regression with an L1 constraint.