lightgbm (Q81096): Difference between revisions

From MaRDI portal
Importer (talk | contribs)
Removed claim: imports (P585): methods (Q57177)
Added link to MaRDI item.
 
(8 intermediate revisions by 2 users not shown)
Property / last update
16 January 2023
Timestamp+2023-01-16T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
 
Property / last update: 16 January 2023 / rank
Normal rank
 
Property / maintained by
 
Property / maintained by: Yu Shi / rank
Normal rank
 
Property / imports
 
Property / imports: utils / rank
Normal rank
 
Property / imports
 
Property / imports: data.table / rank
Normal rank
 
Property / imports
 
Property / imports: jsonlite / rank
Normal rank
 
Property / imports
 
Property / imports: Matrix / rank
Normal rank
 
Property / software version identifier
 
3.0.0.2
Property / software version identifier: 3.0.0.2 / rank
 
Normal rank
Property / software version identifier: 3.0.0.2 / qualifier
 
publication date: 1 October 2020
Timestamp+2020-10-01T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
3.0.0
Property / software version identifier: 3.0.0 / rank
 
Normal rank
Property / software version identifier: 3.0.0 / qualifier
 
publication date: 21 September 2020
Timestamp+2020-09-21T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
3.1.0
Property / software version identifier: 3.1.0 / rank
 
Normal rank
Property / software version identifier: 3.1.0 / qualifier
 
publication date: 19 November 2020
Timestamp+2020-11-19T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
3.1.1
Property / software version identifier: 3.1.1 / rank
 
Normal rank
Property / software version identifier: 3.1.1 / qualifier
 
publication date: 8 December 2020
Timestamp+2020-12-08T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
3.2.0
Property / software version identifier: 3.2.0 / rank
 
Normal rank
Property / software version identifier: 3.2.0 / qualifier
 
publication date: 22 March 2021
Timestamp+2021-03-22T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
3.2.1
Property / software version identifier: 3.2.1 / rank
 
Normal rank
Property / software version identifier: 3.2.1 / qualifier
 
publication date: 13 April 2021
Timestamp+2021-04-13T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
3.3.0
Property / software version identifier: 3.3.0 / rank
 
Normal rank
Property / software version identifier: 3.3.0 / qualifier
 
publication date: 9 October 2021
Timestamp+2021-10-09T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
3.3.1
Property / software version identifier: 3.3.1 / rank
 
Normal rank
Property / software version identifier: 3.3.1 / qualifier
 
publication date: 30 October 2021
Timestamp+2021-10-30T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
3.3.2
Property / software version identifier: 3.3.2 / rank
 
Normal rank
Property / software version identifier: 3.3.2 / qualifier
 
publication date: 14 January 2022
Timestamp+2022-01-14T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
3.3.3
Property / software version identifier: 3.3.3 / rank
 
Normal rank
Property / software version identifier: 3.3.3 / qualifier
 
publication date: 10 October 2022
Timestamp+2022-10-10T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
3.3.4
Property / software version identifier: 3.3.4 / rank
 
Normal rank
Property / software version identifier: 3.3.4 / qualifier
 
publication date: 16 December 2022
Timestamp+2022-12-16T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
4.2.0
Property / software version identifier: 4.2.0 / rank
 
Normal rank
Property / software version identifier: 4.2.0 / qualifier
 
publication date: 8 December 2023
Timestamp+2023-12-08T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / software version identifier
 
4.3.0
Property / software version identifier: 4.3.0 / rank
 
Normal rank
Property / software version identifier: 4.3.0 / qualifier
 
publication date: 18 January 2024
Timestamp+2024-01-18T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update
 
18 January 2024
Timestamp+2024-01-18T00:00:00Z
Timezone+00:00
CalendarGregorian
Precision1 day
Before0
After0
Property / last update: 18 January 2024 / rank
 
Normal rank
Property / maintained by
 
Property / maintained by: James Lamb / rank
 
Normal rank
Property / description
 
Tree based algorithms can be improved by introducing boosting frameworks. 'LightGBM' is one such framework, based on Ke, Guolin et al. (2017) <https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision>. 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.
Property / description: Tree based algorithms can be improved by introducing boosting frameworks. 'LightGBM' is one such framework, based on Ke, Guolin et al. (2017) <https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision>. 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. / rank
 
Normal rank
Property / author
 
Property / author: Yu Shi / rank
 
Normal rank
Property / author
 
Property / author: Guolin Ke / rank
 
Normal rank
Property / author
 
Property / author: Damien Soukhavong / rank
 
Normal rank
Property / author
 
Property / author: James Lamb / rank
 
Normal rank
Property / author
 
Property / author: Qi Meng / rank
 
Normal rank
Property / author
 
Property / author: Thomas Finley / rank
 
Normal rank
Property / author
 
Property / author: Taifeng Wang / rank
 
Normal rank
Property / author
 
Property / author: Wei Chen / rank
 
Normal rank
Property / author
 
Property / author: Weidong Ma / rank
 
Normal rank
Property / author
 
Property / author: Qiwei Ye / rank
 
Normal rank
Property / author
 
Property / author: Tie-Yan Liu / rank
 
Normal rank
Property / author
 
Property / author: Nikita Titov / rank
 
Normal rank
Property / author
 
Property / author: David Cortes / rank
 
Normal rank
Property / copyright license
 
Property / copyright license: MIT license / rank
 
Normal rank
Property / copyright license
 
Property / copyright license: File License / rank
 
Normal rank
Property / copyright license: File License / qualifier
 
Property / imports
 
Property / imports: R6 / rank
 
Normal rank
Property / imports: R6 / qualifier
 
Property / imports
 
Property / imports: data.table / rank
 
Normal rank
Property / imports: data.table / qualifier
 
Property / imports
 
Property / imports: graphics / rank
 
Normal rank
Property / imports
 
Property / imports: jsonlite / rank
 
Normal rank
Property / imports: jsonlite / qualifier
 
Property / imports
 
Property / imports: Matrix / rank
 
Normal rank
Property / imports: Matrix / qualifier
 
Property / imports
 
Property / imports: methods / rank
 
Normal rank
Property / imports
 
Property / imports: parallel / rank
 
Normal rank
Property / imports
 
Property / imports: utils / rank
 
Normal rank
Property / depends on software
 
Property / depends on software: R / rank
 
Normal rank
Property / depends on software: R / qualifier
 
Property / MaRDI profile type
 
Property / MaRDI profile type: MaRDI software profile / rank
 
Normal rank
links / mardi / namelinks / mardi / name
 

Latest revision as of 19:56, 12 March 2024

Light Gradient Boosting Machine
Language Label Description Also known as
English
lightgbm
Light Gradient Boosting Machine

    Statements

    0 references
    3.3.5
    16 January 2023
    0 references
    3.0.0.2
    1 October 2020
    0 references
    3.0.0
    21 September 2020
    0 references
    3.1.0
    19 November 2020
    0 references
    3.1.1
    8 December 2020
    0 references
    3.2.0
    22 March 2021
    0 references
    3.2.1
    13 April 2021
    0 references
    3.3.0
    9 October 2021
    0 references
    3.3.1
    30 October 2021
    0 references
    3.3.2
    14 January 2022
    0 references
    3.3.3
    10 October 2022
    0 references
    3.3.4
    16 December 2022
    0 references
    4.2.0
    8 December 2023
    0 references
    4.3.0
    18 January 2024
    0 references
    0 references
    0 references
    18 January 2024
    0 references
    0 references
    Tree based algorithms can be improved by introducing boosting frameworks. 'LightGBM' is one such framework, based on Ke, Guolin et al. (2017) <https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision>. 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.
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references
    0 references