treeboost 0.1.0

High-performance Gradient Boosted Decision Tree engine for large-scale tabular data
Documentation
1
2
3
4
5
6
pub const DEFAULT_POLYNOMIALS: bool = true;
pub const DEFAULT_RATIOS: bool = true;
pub const DEFAULT_INTERACTIONS: bool = false;
pub const DEFAULT_MAX_DEGREE: usize = 2;
pub const DEFAULT_MAX_RATIOS_PER_FEATURE: usize = 3;
pub const DEFAULT_MAX_INTERACTION_PAIRS: usize = 20;