Rust API#
The Rust API documentation is generated using rustdoc and is available at:
Key Modules#
boosters::data— Dataset handling, binning, and preprocessingboosters::model— Model types (GBDTModel, GBLinearModel)boosters::training— Training algorithms and configurationboosters::inference— Prediction and model evaluationboosters::objective— Objective functions and metricsboosters::explainability— Feature importance and SHAP
Building Rustdoc Locally#
To build the Rust documentation locally:
cargo doc --no-deps --package boosters --open