ngboost
Boosting library
A Python library implementing a machine learning boosting framework with probabilistic prediction capabilities
Natural Gradient Boosting for Probabilistic Prediction
2k stars
44 watching
218 forks
Language: Python
last commit: 24 days ago
Linked from 2 awesome lists
gradient-boostingmachine-learningnatural-gradientsngboostpythonuncertainty-estimation
Related projects:
Repository | Description | Stars |
---|---|---|
tqchen/xgboost | An optimized distributed gradient boosting library for machine learning | 571 |
dmlc/xgboost.jl | A Julia package implementing a distributed gradient boosting framework with efficient linear model solver and tree learning algorithms. | 289 |
gbdt-pl/gbdt-pl | An implementation of a gradient boosting algorithm with piece-wise linear regression trees for efficient machine learning model training | 149 |
springdaisy/gbdt | An implementation of Gradient Boosted Decision Trees with sparse output for high-dimensional data | 0 |
kingfengji/mgbdt | An implementation of a gradient boosting decision tree algorithm with target propagation capabilities | 102 |
serengil/chefboost | A Python library providing a lightweight framework for building decision trees with categorical feature support | 460 |
jinlow/forust | A package implementing a lightweight gradient boosted decision tree algorithm | 67 |
arogozhnikov/infiniteboost | A software package implementing an ensemble boosting method with gradient descent | 184 |
charliermarsh/online_boosting | A suite of algorithms and weak learners for the online learning setting in machine learning | 63 |
ankane/xgboost-ruby | High-performance machine learning library with a Ruby interface to XGBoost gradient boosting algorithm | 105 |
bsharchilev/influence_boosting | This repository implements methods to find influential training samples in Gradient Boosted Decision Trees ensembles | 67 |
google-research/noisystudent | A semi-supervised learning method to improve the accuracy of machine learning models by using noisy teacher models and student models. | 753 |
pengsun/aosologitboost | An implementation of a multi-class boosting algorithm with improved performance and speed | 7 |
harshakokel/kigb | An open-source software framework that integrates human advice into gradient boosting decision trees for improved performance in machine learning tasks. | 8 |
younghjung/onlinemlrboostingwithvfdt | An implementation of online multi-label ranking boosting using VFDT as weak learners | 4 |