treelite
|
Frontend for lightgbm model. More...
Go to the source code of this file.
Enumerations | |
enum | Masks : uint8_t |
Functions | |
DMLC_REGISTRY_FILE_TAG (lightgbm) | |
Model | LoadLightGBMModel (const char *filename) |
load a model file generated by LightGBM (Microsoft/LightGBM). The model file must contain a decision tree ensemble. More... | |
Model LoadLightGBMModel | ( | const char * | filename | ) |
load a model file generated by LightGBM (Microsoft/LightGBM). The model file must contain a decision tree ensemble.
filename | name of model file |
Definition at line 24 of file lightgbm.cc.