Articles by Christian Lorentzen

Personal Highlights of Scikit-Learn 1.0

October 21, 2021 | Christian Lorentzen

Yes! After more than 10 years, scikit-learn released its 1.0 version on 24 September 2021. In this post, I'd like to point out some personal highlights apart from the release highlights. 1. Feature Names This one is listed in the release highlights, but deserves to be mentioned again. This is not yet available for all […] [...Read more...]

Feature Subsampling For Random Forest Regression

August 19, 2021 | Christian Lorentzen

TLDR: The number of subsampled features is a main source of randomness and an important parameter in random forests. Mind the different default values across implementations. Randomness in Random Forests Random forests are very popular machine learning models. They are build from easily understandable and well visualizable decision trees and ...
[...Read more...]
1 2