Package ai.djl.ml.lightgbm


package ai.djl.ml.lightgbm
Contains implementations of interfaces within the DJL API for the LightGBM Engine.
  • Class
    Description
    A special NDArray used by LightGBM for training models.
    The type of data used to create the LgbmDataset.
    The LgbmEngine is an implementation of the Engine based on the LightGBM.
    LgbmEngineProvider is the LightGBM implementation of EngineProvider.
    LgbmModel is the LightGBM implementation of Model.
    LgbmNDArray is the LightGBM implementation of NDArray.
    LgbmNDManager is the LightGBM implementation of NDManager.
    LgbmSymbolBlock is the LightGBM implementation of SymbolBlock.