- 15 Sep, 2022 2 commits
-
-
James Lamb authored
-
James Lamb authored
-
- 12 Sep, 2022 3 commits
-
-
James Lamb authored
-
James Lamb authored
-
James Lamb authored
-
- 11 Sep, 2022 1 commit
-
-
Ilya Chernov authored
remove redundant whitespaces
-
- 09 Sep, 2022 2 commits
-
-
shiyu1994 authored
* add multiclass objective for cuda_exp * remove debug code * add includes requested by lint checks * fix compilation failure for cuda with cuda-9.0 * clean code
-
James Lamb authored
-
- 07 Sep, 2022 3 commits
- 06 Sep, 2022 1 commit
-
-
James Lamb authored
-
- 05 Sep, 2022 4 commits
-
-
Nikita Titov authored
-
Scott Votaw authored
-
shiyu1994 authored
* add lambdarank for cuda_exp * support unlimited number of ranks in labels * fix lint errors * remove warning for lambdarank with cuda_exp * Update src/objective/cuda/cuda_rank_objective.hpp Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Update src/objective/cuda/cuda_rank_objective.hpp Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
Nikita Titov authored
* Update cuda_column_data.hpp * Update cuda_metadata.hpp * Update cuda_objective_function.hpp * Update cuda_row_data.hpp * Update cuda_regression_objective.hpp
-
- 03 Sep, 2022 3 commits
-
-
James Lamb authored
* [python-package] add type hints on Dataset constructors * fix __init_from_list_np2d() hint * add return type * define a DatasetHandle type
-
Scott Votaw authored
-
Jianting Feng authored
fix a typo in docs/Features.rst
-
- 02 Sep, 2022 2 commits
-
-
shiyu1994 authored
* add huber regression for cuda_exp * renew tree output on GPU add test cases for regression objectives * remove useless changes * add white space * fix test_regression
-
Scott Votaw authored
Rename num_classes to be more clear
-
- 01 Sep, 2022 1 commit
-
-
shiyu1994 authored
* add (l1) regression objective for cuda_exp * remove RenewTreeOutputCUDA from CUDARegressionL2loss * remove mutable and use CUDAVector * remove white spaces * remove TODO and document in (#5459)
-
- 31 Aug, 2022 3 commits
-
-
James Lamb authored
-
shiyu1994 authored
* add (l2) regression objective for cuda_exp * fix lint errors * correct time tag
-
shiyu1994 authored
* add binary objective for cuda_exp * include <string> and <vector> * exchange include ordering * fix length of score to copy in evaluation * fix EvalOneMetric * fix cuda binary objective and prediction when boosting on gpu * Add white space * fix BoostFromScore for CUDABinaryLogloss update log in test_register_logger * include <algorithm> * simplify shared memory buffer
-
- 30 Aug, 2022 6 commits
-
-
James Lamb authored
[python-package] fix type hints on cptr converters
-
James Lamb authored
* [python-package] fix mypy errors about callbacks * revert unnecessary import
-
Green-16 authored
* [Python-package] FIX fix the metrics of classify module * [Python-package] FIX fix the metrics of classify module * [Python-package] FIX fix the metrics of classify module * [Python-package] FIX fix the metrics of classify module * [Python-package] FIX fix the metrics of classify module
-
Nikita Titov authored
* Update Parallel-Learning-Guide.rst * Update GPU-Windows.rst
-
James Lamb authored
-
James Lamb authored
-
- 29 Aug, 2022 1 commit
-
-
shiyu1994 authored
* fix cuda_exp ci * fix ci failures introduced by #5279 * cleanup cuda.yml * fix test.sh * clean up test.sh * clean up test.sh * skip lines by cuda_exp in test_register_logger * Update tests/python_package_test/test_utilities.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 28 Aug, 2022 5 commits
-
-
Nikita Titov authored
Update lightgbm_R.h
-
José Morales authored
* include parameters from reference dataset on copy * lint * set non-default parameters
-
Nikita Titov authored
Update plotting.py
-
Nikita Titov authored
-
José Morales authored
* ignore training set on early stopping callback * fixes * lint * Apply suggestions from code review Co-authored-by:
James Lamb <jaylamb20@gmail.com> * trigger ci Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 25 Aug, 2022 3 commits
-
-
James Lamb authored
* [python-package] add type hints on Booster eval methods * remove unnecessary changes * fix hints
-
José Morales authored
* update tree to if-else * add missing ) * fix case * trigger ci
-
Nikita Titov authored
Update cuda.yml
-