nanogbm 0.4.0

A small, pure-Rust gradient boosting library (GBDT, binary classification, CPU only).
1
2
3
pub mod gbdt;

pub use gbdt::GbdtTrainer;