Crate lightgbm

Source

Structs§

Booster
Core model in LightGBM, containing functions for training, evaluating and predicting.
Dataset
Dataset used throughout LightGBM for training.
Error
Wrap errors returned by the LightGBM library.

Type Aliases§

Result
Convenience return type for most operations which can return an LightGBM.