Random Forest, XGBoost, beyond just importing sklearn
I was never really familiar with tree models.
So I thought, okay, why not learn about it? After some reading, I realised that tree models are quite powerful and cool, and there are many interesting tricks to enhance the power of the models.
Articles
But tree models are still notoriously hard to understand, so one way to make myself comfortable with tree models, is to convert them to Ordinary Least Squares.