Treelite
|
Frontend for LightGBM model. More...
#include <dmlc/data.h>
#include <treelite/frontend.h>
#include <treelite/tree.h>
#include <unordered_map>
#include <limits>
#include <queue>
Go to the source code of this file.
Enumerations | |
enum | Masks : uint8_t |
enum | MissingType : uint8_t |
Functions | |
DMLC_REGISTRY_FILE_TAG (lightgbm) | |
void | LoadLightGBMModel (const char *filename, Model *out) |
load a model file generated by LightGBM (Microsoft/LightGBM). The model file must contain a decision tree ensemble. More... | |
Frontend for LightGBM model.
Copyright (c) 2017-2020 by Contributors
Definition in file lightgbm.cc.
void LoadLightGBMModel | ( | const char * | filename, |
Model * | out | ||
) |
load a model file generated by LightGBM (Microsoft/LightGBM). The model file must contain a decision tree ensemble.
filename | name of model file |
out | reference to loaded model |
Definition at line 26 of file lightgbm.cc.