#Gradient-boosting-machine
Showing 8 of 8 repositories tagged #gradient-boosting-machine, ranked by stars
A collection of research papers on decision, classification and regression trees with implementations.
A minimal benchmark for scalability, speed and accuracy of commonly used open source implementations (R packages, Python scikit-learn, H2O, xgboost, Spark MLlib etc.) of the top machine learning algorithms for binary classification (random forests, gradient boosted trees, deep neural networks etc.).
Examples of techniques for training interpretable ML models, explaining ML models, and debugging ML models for accuracy, discrimination, and security.
A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting, Random Forest and Adaboost w/categorical features support for Python
useR! 2016 Tutorial: Machine Learning Algorithmic Deep Dive http://user2016.org/tutorials/10.html
A collection of boosting algorithms written in Rust ๐ฆ
An example project that predicts house prices for a Kaggle competition using a Gradient Boosted Machine.