- LightGBMAlgorithms - Enum in com.feedzai.openml.provider.lightgbm
-
Specifies the LightGBM algorithms that can be imported.
- LightGBMBinaryClassificationModel - Class in com.feedzai.openml.provider.lightgbm
-
This class is responsible for loading a saved LightGBM model binary and scoring instances.
- LightGBMDescriptorUtil - Class in com.feedzai.openml.provider.lightgbm
-
Utility to organize all the necessary Machine Learning Hyper-Parameters for configuring the training of LightGBM.
- LightGBMDescriptorUtil() - Constructor for class com.feedzai.openml.provider.lightgbm.LightGBMDescriptorUtil
-
- LightGBMException - Exception in com.feedzai.openml.provider.lightgbm
-
Many calls to the SWIG LightGBM interface can error out.
- LightGBMException() - Constructor for exception com.feedzai.openml.provider.lightgbm.LightGBMException
-
Creates a new LightGBM RuntimeException to be used
after a LightGBM SWIG call fails (returnCodeLGBM==-1).
- LightGBMMLProvider - Class in com.feedzai.openml.provider.lightgbm
-
This class implements Feedzai's OpenML MachineLearningProvider interface for LightGBM.
- LightGBMMLProvider() - Constructor for class com.feedzai.openml.provider.lightgbm.LightGBMMLProvider
-
- LightGBMModelCreator - Class in com.feedzai.openml.provider.lightgbm
-
Loads and/or fits LightGBM models.
- LightGBMModelCreator() - Constructor for class com.feedzai.openml.provider.lightgbm.LightGBMModelCreator
-
Constructor.
- LightGBMTreeSHAPFeatureContributionExplainer - Class in com.feedzai.openml.provider.lightgbm
-
- LightGBMTreeSHAPFeatureContributionExplainer(LightGBMBinaryClassificationModel) - Constructor for class com.feedzai.openml.provider.lightgbm.LightGBMTreeSHAPFeatureContributionExplainer
-
Constructor.
- LightGBMUtils - Class in com.feedzai.openml.provider.lightgbm
-
Collection of util methods specific to the LightGBM OpenML Provider.
- LightGBMUtils() - Constructor for class com.feedzai.openml.provider.lightgbm.LightGBMUtils
-
- loadLibs() - Static method in class com.feedzai.openml.provider.lightgbm.LightGBMUtils
-
Loads the SWIG LightGBM dynamic libraries.
- loadModel(Path, DatasetSchema) - Method in class com.feedzai.openml.provider.lightgbm.LightGBMModelCreator
-
- loadSchema(Path) - Method in class com.feedzai.openml.provider.lightgbm.LightGBMModelCreator
-