influence_boosting

Influence finder

This repository implements methods to find influential training samples in Gradient Boosted Decision Trees ensembles

Supporting code for the paper "Finding Influential Training Samples for Gradient Boosted Decision Trees"

GitHub

67 stars
7 watching
18 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list

catboostgradient-boostinginfluence-functionsmachine-learningmachine-learning-algorithmspaperpython

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jinlow/forustA package implementing a lightweight gradient boosted decision tree algorithm68
stanfordmlgroup/ngboostA Python library implementing a machine learning boosting framework with probabilistic prediction capabilities1,663
springdaisy/gbdtAn implementation of Gradient Boosted Decision Trees with sparse output for high-dimensional data0
serengil/chefboostA Python library providing a lightweight framework for building decision trees with categorical feature support463
kingfengji/mgbdtAn implementation of a gradient boosting decision tree model102
charliermarsh/online_boostingA suite of algorithms and weak learners for the online learning setting in machine learning65
harshakokel/kigbAn open-source software framework that integrates human advice into gradient boosting decision trees for improved performance in machine learning tasks.8
gbdt-pl/gbdt-plAn implementation of a gradient boosting algorithm with piece-wise linear regression trees for efficient machine learning model training151
arogozhnikov/infiniteboostA software package implementing an ensemble boosting method with gradient descent184
ratschlab/boosting-bbviAn implementation of Black Box Variational Inference techniques in Python7
google-research/noisystudentA semi-supervised learning method to improve the accuracy of machine learning models by using noisy teacher models and student models.755
chasedehan/boostarootaAn algorithm for fast feature selection using XGBoost and other tree-based classifiers219
uber-research/learning-to-reweight-examplesProject implementing a method to improve deep learning model robustness by re-weighting examples with noisy labels269
max-andr/provably-robust-boostingProvides provably robust machine learning models against adversarial attacks50
dr-darryl-wright/noisy-labels-with-bootstrappingAn implementation of training deep neural networks on noisy labels with bootstrapping using Keras22