
Welcome to LightGBM’s documentation! — LightGBM 4.6.0.99 …
Welcome to LightGBM’s documentation! LightGBM is a gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and efficient with the following advantages: …
Python API — LightGBM 4.6.0.99 documentation
Python API Data Structure API Training API
Features — LightGBM 4.6.0.99 documentation
Features This is a conceptual overview of how LightGBM works [1]. We assume familiarity with decision tree boosting algorithms to focus instead on aspects of LightGBM that may differ from other boosting …
Python-package Introduction — LightGBM 4.6.0.99 documentation
LightGBM can use categorical features as input directly. It doesn’t need to convert to one-hot encoding, and is much faster than one-hot encoding (about 8x speed-up).
Quick Start — LightGBM 4.6.0.99 documentation
Quick Start This is a quick start guide for LightGBM CLI version. Follow the Installation Guide to install LightGBM first. List of other helpful links Parameters Parameters Tuning Python-package Quick Start …
Installation Guide — LightGBM 4.6.0.99 documentation
Installation Guide Versioning LightGBM releases use a 3-part version number, with this format:
LightGBM GPU Tutorial — LightGBM 4.6.0.99 documentation
LightGBM GPU Tutorial The purpose of this document is to give you a quick step-by-step tutorial on GPU training. We will use the GPU instance on Microsoft Azure cloud computing platform for …
Parameters Tuning — LightGBM 4.6.0.99 documentation
Parameters Tuning This page contains parameters tuning guides for different scenarios. List of other helpful links Parameters Python API FLAML for automated hyperparameter tuning Optuna for …
lightgbm.LGBMRegressor — LightGBM 4.6.0.99 documentation
See Callbacks in Python API for more information. init_model (str, pathlib.Path, Booster, LGBMModel or None, optional (default=None)) – Filename of LightGBM model, Booster instance or LGBMModel …
Parameters — LightGBM 4.6.0.99 documentation
see lightgbm-transform for usage examples Note: lightgbm-transform is not maintained by LightGBM’s maintainers. Bug reports or feature requests should go to issues page New in version 4.0.0 Predict …