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 EXCLUDE_CATEGORICAL: bool = true;
pub const EXCLUDE_ID: bool = true;
pub const EXCLUDE_CONSTANT: bool = true;
pub const EXCLUDE_BOOLEAN: bool = false;
pub const EXCLUDE_DATETIME: bool = true;
pub const EXCLUDE_TEXT: bool = true;