Gradient-Boosting anything (alert: high performance)

(thierrymoudiki.github.io)

3 points | by teeeeeeeeeeeeee 8 hours ago ago

1 comments

  • teeeeeeeeeeeeee 8 hours ago ago

    We’ve always been told that decision trees are the best base learners for Gradient Boosting Machine Learning. I’ve always wanted to see for myself. A few days ago, I noticed that my Cython implementation of LSBoost in Python package mlsauce was already quite generic (never noticed before), and I decided to adapt it to any machine learning model with fit and predict methods.