Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XGB (Extreme Gradient Boosting)

Implementation of gradient boosted decision trees, covering binary classification, regression, Poisson count, and multiclass objectives. It handles training with row and column subsampling, missing value routing, gamma pruning, and leaf regularization, then exposes prediction, probability, raw margin, feature importance, and full model serialization through a single XGB class.

Read docs/README.md for full API reference, objectives, importance types, inference, and persistence.

Build and Test

Note

Prerequisites: Deno for all development tasks.

Check - format, lint, and typecheck source:

deno task check

Reference

License

Apache-2.0, derivative of XGBoost. See LICENSE and NOTICE.