treeboost 0.1.0

High-performance Gradient Boosted Decision Tree engine for large-scale tabular data
Documentation
pub mod analysis;
pub mod auto;
pub mod backend;
pub mod bundler;
pub mod ensemble;
pub mod feature_generation;
pub mod feature_selection;
pub mod features;
pub mod gbdt;
pub mod linear;
pub mod linear_feature;
pub mod linear_tree;
pub mod ltt;
pub mod preprocessing;
pub mod seeds;
pub mod split;
pub mod tree;
pub mod tuner;
pub mod universal;