xgboost-rust 0.1.0

Rust bindings for XGBoost, a gradient boosting library for machine learning. Downloads XGBoost binaries at build time for cross-platform compatibility.
[[bench]]
name = "polars_benchmark"
path = "benches/polars_benchmark.rs"

[build-dependencies.bindgen]
version = "0.72.0"

[build-dependencies.sha2]
version = "0.10"

[build-dependencies.ureq]
version = "2.0"

[build-dependencies.zip]
version = "0.6"

[[example]]
name = "advanced_usage"
path = "examples/advanced_usage.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "conversion_benchmark"
path = "examples/conversion_benchmark.rs"

[[example]]
name = "single_row_performance"
path = "examples/single_row_performance.rs"

[features]
default = []
gpu = []

[lib]
name = "xgboost_rust"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science"]
description = "Rust bindings for XGBoost, a gradient boosting library for machine learning. Downloads XGBoost binaries at build time for cross-platform compatibility."
edition = "2021"
homepage = "https://github.com/aryehlev/xgboost-rust"
keywords = ["machine-learning", "gradient-boosting", "xgboost", "ml"]
license = "Apache-2.0"
name = "xgboost-rust"
readme = "README.md"
repository = "https://github.com/aryehlev/xgboost-rust"
rust-version = "1.70"
version = "0.1.0"

[[test]]
name = "performance_test"
path = "tests/performance_test.rs"

[[test]]
name = "polars_integration_test"
path = "tests/polars_integration_test.rs"