gradient-boosting-machine - 技术专题

相关标签
classifiermachine-learningrandom-foreststatistical-learningxgboostlightgbmgradient-boosting-machineensemble-learningcartdecision-tree

Here are 104 public repositories matching this topic...

awesome-decision-tree-papers
awesome-gradient-boosting-papers

Examples of techniques for training interpretable ML models, explaining ML models, and debugging ML models for accuracy, discrimination, and security.

  • Updated Jun 17, 2024
  • Jupyter Notebook

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

  • Updated May 13, 2026
  • Python

PKBoost: Adaptive GBDT for Concept Drift, Built from scratch in Rust, PKBoost manages changing data distributions in fraud detection with a fraud rate of 0.2%. It shows less than 2% degradation under drift. In comparison, XGBoost experiences a 31.8% drop and LightGBM a 42.5% drop

  • Updated May 9, 2026
  • Rust
BoostedFactorization