lightgbm
4.7.0Light Gradient Boosting Machine
Overview
Tree based algorithms can be improved by introducing boosting frameworks. 'LightGBM' is one such framework, based on Ke, Guolin et al. (2017) https://proceedings.neurips.cc/paper/2017/hash/6449f44a102fde848669bdd9eb6b76fa-Abstract.html. This package offers an R interface to work with it. It is designed to be distributed and efficient with the following advantages: 1. Faster training speed and higher efficiency. 2. Lower memory usage. 3. Better accuracy. 4. Parallel learning supported. 5. Capable of handling large-scale data. In recognition of these advantages, 'LightGBM' has been widely-used in many winning solutions of machine learning competitions. Comparison experiments on public datasets suggest that 'LightGBM' can outperform existing boosting frameworks on both efficiency and accuracy, with significantly lower memory consumption. In addition, parallel experiments suggest that in certain circumstances, 'LightGBM' can achieve a linear speed-up in training time by using multiple machines.
Install
Health
- OK2026-07-2713 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- WARNING2026-03-109 OK · 3 NOTE · 2 WARNING · 0 ERROR · 0 FAILURE
Documentation
- Examples that run
- 0%
- Documented parameters
- 100%
- Return-value docs
- 93%
- References docs
- 8%
Downloads
Repository
Stars over time
Forks over time
Issues over time
PRs over time
Repository practices
10 development-tooling and community-health practices detected across 5 families in the upstream repository
Checks run against github.com/lightgbm-org/lightgbm on 2026-07-30.
Show all practices
Dependencies
Code & Tests
People & History
18 releases. Pick two to compare their code metrics. R releases are shown for context.
- 4.7.0Latest
- RR 4.6.0 released · 2026-04-24
- RR 4.5.0 released · 2025-04-11
- 4.6.02025-02-13 · diff ↗
- 4.5.02024-07-26 · diff ↗
- 4.4.02024-06-15 · diff ↗
- RR 4.4.0 released · 2024-04-24
- 4.3.02024-01-18 · diff ↗
- 4.2.02023-12-08 · diff ↗
- RR 4.3.0 released · 2023-04-21
- 3.3.52023-01-16 · diff ↗
- 3.3.42022-12-16 · diff ↗
- 3.3.32022-10-10 · diff ↗
- RR 4.2.0 released · 2022-04-22
- 3.3.22022-01-14 · diff ↗
- 3.3.12021-10-30 · diff ↗
Show 13 earlier events
- unarchivedReturned to CRAN2021-10-30
- archivedRemoved from CRAN2021-10-25check problems were not corrected in time
- 3.3.02021-10-09 · diff ↗
- RR 4.1.0 released · 2021-05-18
- 3.2.12021-04-13 · diff ↗
- 3.2.02021-03-22 · diff ↗
- 3.1.12020-12-08 · diff ↗
- 3.1.02020-11-19 · diff ↗
- unarchivedReturned to CRAN2020-11-19
- archivedRemoved from CRAN2020-10-02corrupting R's memory See the valgrind report of out-of-bounds write
- 3.0.0.22020-10-01 · diff ↗
- 3.0.02020-09-21
- RR 4.0.0 released · 2020-04-24
Package metadata
- First published
- 2020-09-21
- Total releases
- 18 / 6 yrs
- License
- MIT + file LICENSE OSI
- Minimum R
- ≥ 4.0
- Bundled data
- 128 KB / 3 files
- Download size
- 1.6 MB
- Installed size
- not tracked yet
- With dependencies
- not tracked yet