koalaverse / homlr-2ed

Code and resources for the 2nd edition of "Hands-on Machine Learning with R: An applied book covering the fundamentals of machine learning with R" by Boehmke & Greenwell
https://koalaverse.github.io/homlr-2ed/
MIT License
7 stars 0 forks source link

Cool example on Explainable Boosting Machines and reticulate #9

Open bgreenwell opened 1 year ago

bgreenwell commented 1 year ago

We should add a section on Explainable Boosting Machines. R support is weak but would be a good example to use reticulate. I have a neat example on using the LASSO to make the model more sparse as well: https://github.com/interpretml/interpret/issues/460.