- 25 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 24 Jul, 2024 1 commit
-
-
Axel Durand authored
-
- 20 Jul, 2024 1 commit
-
-
Nikita Titov authored
-
- 19 Jul, 2024 1 commit
-
-
Nikita Titov authored
-
- 14 Jul, 2024 1 commit
-
-
James Lamb authored
* [docs] update and simplify installation docs * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * remove more references to CMake and GLIBC versions --------- Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 12 Jul, 2024 1 commit
-
-
James Lamb authored
-
- 09 Jul, 2024 1 commit
-
-
shiyu1994 authored
fix documentation for quantized training
-
- 04 Jul, 2024 1 commit
-
-
Nikita Titov authored
-
- 21 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 14 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 05 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 04 Jun, 2024 1 commit
-
-
James Lamb authored
[python-package] remove uses of deprecated NumPy random number generation APIs, require 'numpy>=1.17.0' (#6468)
-
- 03 Jun, 2024 1 commit
-
-
James Lamb authored
-
- 07 May, 2024 1 commit
-
-
James Lamb authored
-
- 01 May, 2024 1 commit
-
-
Oliver Borchert authored
* [python-package] Allow to pass early stopping min delta in params * Fix test * Add separate test * Fix * Add to cpp config * Adjust test * Adjust test * Debug * Revert * Apply suggestions from code review --------- Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
- 30 Apr, 2024 1 commit
-
-
James Lamb authored
-
- 23 Apr, 2024 2 commits
-
-
James Lamb authored
-
James Lamb authored
-
- 20 Apr, 2024 1 commit
-
-
Parsiad Azimzadeh authored
-
- 20 Mar, 2024 1 commit
-
-
James Lamb authored
-
- 19 Mar, 2024 2 commits
-
-
James Lamb authored
-
James Lamb authored
-
- 18 Mar, 2024 1 commit
-
-
James Lamb authored
-
- 15 Feb, 2024 1 commit
-
-
James Lamb authored
-
- 10 Feb, 2024 1 commit
-
-
James Lamb authored
-
- 09 Jan, 2024 2 commits
-
-
James Lamb authored
-
James Lamb authored
-
- 22 Dec, 2023 1 commit
-
-
James Lamb authored
-
- 21 Dec, 2023 1 commit
-
-
Arun authored
-
- 01 Dec, 2023 1 commit
-
-
James Lamb authored
-
- 14 Nov, 2023 1 commit
-
-
James Lamb authored
-
- 06 Nov, 2023 1 commit
-
-
James Lamb authored
-
- 30 Sep, 2023 1 commit
-
-
James Lamb authored
-
- 11 Sep, 2023 1 commit
-
-
James Lamb authored
-
- 07 Sep, 2023 1 commit
-
-
James Lamb authored
-
- 04 Sep, 2023 1 commit
-
-
Pavel Metrikov authored
* Update dataset.h * Update metadata.cpp * Update rank_objective.hpp * Update metadata.cpp * Update rank_objective.hpp * Update metadata.cpp * Update dataset.h * Update rank_objective.hpp * Update metadata.cpp * Update test_engine.py * Update test_engine.py * Add files via upload * Update test_engine.py * Update test_engine.py * Update test_engine.py * Update test_engine.py * Update test_engine.py * Update _rank.train.position * Update test_engine.py * Update test_engine.py * Update test_engine.py * Update test_engine.py * Update _rank.train.position * Update _rank.train.position * Update test_engine.py * Update _rank.train.position * Update test_engine.py * Update test_engine.py * Update test_engine.py * Update test_engine.py * Update test_engine.py * Update the position of import statement * Update rank_objective.hpp * Update config.h * Update config_auto.cpp * Update rank_objective.hpp * Update rank_objective.hpp * update documentation * remove extra blank line * Update src/io/metadata.cpp Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update src/io/metadata.cpp Co-authored-by:
James Lamb <jaylamb20@gmail.com> * remove _rank.train.position * add position in python API * fix set_positions in basic.py * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update docs/Advanced-Topics.rst Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update docs/Advanced-Topics.rst Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update Advanced-Topics.rst * Update Advanced-Topics.rst * remove List from _LGBM_PositionType * move new position parameter to the last in Dataset constructor * add position_filename as a parameter * Update docs/Advanced-Topics.rst Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update docs/Advanced-Topics.rst Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update Advanced-Topics.rst * Update src/objective/rank_objective.hpp Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update src/io/metadata.cpp Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update metadata.cpp * Update python-package/lightgbm/basic.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update python-package/lightgbm/basic.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update python-package/lightgbm/basic.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update python-package/lightgbm/basic.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update src/io/metadata.cpp Co-authored-by:
James Lamb <jaylamb20@gmail.com> * more infomrative fatal message address more comments * update documentation for more flexible position specification * fix SetPosition add tests for get_position and set_position * remove position_filename * remove useless changes * Update python-package/lightgbm/basic.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * remove useless files * move position file when position set in Dataset * warn when positions are overwritten * skip ranking with position test in cuda * split test case * remove useless import * Update test_engine.py * Update test_engine.py * Update test_engine.py * Update docs/Advanced-Topics.rst Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update Parameters.rst * Update rank_objective.hpp * Update config.h * update config_auto.cppp * Update docs/Advanced-Topics.rst Co-authored-by:
James Lamb <jaylamb20@gmail.com> * fix randomness in test case for gpu --------- Co-authored-by:
shiyu1994 <shiyu_k1994@qq.com> Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 23 Aug, 2023 1 commit
-
-
James Lamb authored
-
- 07 Jul, 2023 1 commit
-
-
James Lamb authored
-
- 06 Jul, 2023 1 commit
-
-
James Lamb authored
-
- 04 Jul, 2023 1 commit
-
-
Thomas J. Fan authored
-