lgbm 0.0.6

Unofficial Rust bindings for LightGBM
Documentation
[dependencies.derive-ex]
version = "0.1.8"

[dependencies.lgbm-sys]
version = "0.0.2"

[dependencies.parse-display]
version = "0.10.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.text-grid]
version = "0.4.1"

[dev-dependencies.anyhow]
version = "1.0.97"

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

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

[package]
authors = ["frozenlib"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Unofficial Rust bindings for LightGBM"
documentation = "https://docs.rs/lgbm/"
edition = "2024"
keywords = ["lightgbm", "machine-learning", "gradient-boosting"]
license = "MIT"
name = "lgbm"
readme = "README.md"
repository = "https://github.com/frozenlib/lgbm-rs"
version = "0.0.6"

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

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