- 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
-
- 23 Aug, 2022 3 commits
-
-
david-cortes authored
-
James Lamb authored
-
James Lamb authored
-
- 20 Aug, 2022 1 commit
-
-
shiyu1994 authored
change the destructor of ScoreUpdater to virtual
-
- 19 Aug, 2022 1 commit
-
-
James Lamb authored
-
- 16 Aug, 2022 2 commits
- 15 Aug, 2022 1 commit
-
-
Akshita Prasanth authored
-
- 11 Aug, 2022 2 commits
-
-
James Lamb authored
-
James Lamb authored
* [python-package] add more type hints in basic.py * Booster handle is a c_void_p
-
- 10 Aug, 2022 2 commits
-
-
Scott Votaw authored
* Extract streaming to own PR * small merge fixes and cleanup * linting fixes * fix cast warning * Fix accidental deletion during branch transfer * responded to initial triage comments * Added more tests to use create-from-samples APIs * added mutex and adjusted nclasses logic * Fix thread-safety for pushing data to sparse bins through Push APIs * lint and doc fixes * Small SWIG fix * nit fix * Responded to StrikerRUS comments * fix breaking change after merge with master * Extract streaming to own PR * small merge fixes and cleanup * Fix accidental deletion during branch transfer * responded to initial triage comments * Added more tests to use create-from-samples APIs * Fix rstcheck call in ci * remove TODOs * Extract streaming to own PR * small merge fixes and cleanup * Fix accidental deletion during branch transfer * responded to initial triage comments * Added more tests to use create-from-samples APIs * Small SWIG fix * remove ci change * responded to shiyu1994 comments * responded to StrikerRUS comments * Fixes from StrikerRUS comments
-
José Morales authored
[python-package] highlight the path a sample takes through a tree in `plot_tree` and `create_tree_digraph` (fixes #4784) (#5119) * highlight path in plot_tree * lint * rename x to example_case. support categorical features. add test * lint * check for exactly one row. test empty example_case * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * handle missing values in numeric splits * remove literal. add categorical split function * make categorical feature more important. lint * add enum. update categorical split. apply suggestions * update numeric split decision * lint * Update python-package/lightgbm/plotting.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 08 Aug, 2022 1 commit
-
-
Thomas J. Fan authored
MAINT Prefix NUMERIC_TYPES to make it a internal object
-
- 07 Aug, 2022 1 commit
-
-
James Lamb authored
-
- 03 Aug, 2022 3 commits
-
-
Nikita Titov authored
* Update README.rst * Update cuda_score_updater.cu Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
Nikita Titov authored
* Fix potential overflow in linear trees * simplify Co-authored-by:James Lamb <jaylamb20@gmail.com>
-
Nikita Titov authored
-
- 30 Jul, 2022 2 commits
-
-
Miguel Ángel Cárdenas authored
* refactor:
🎨 add statuc typing to a subset of basic functions * refactor:🎨 add statuc typing to a subset of basic functions * revert black format on python basic functions file * style:🎨 updating typing for c_array function * branch rebase * fix number of changed lines * Update python-package/lightgbm/basic.py Co-authored-by:Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
James Lamb <jaylamb20@gmail.com> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
José Morales authored
* dump sorted parameter aliases * update lgb.check.wrapper_param * update _choose_param_value to look like lgb.check.wrapper_param * apply suggestions from review * reduce diff * move DumpAliases to config * remove unnecessary check * restore parameter check
-
- 29 Jul, 2022 3 commits
-
-
James Lamb authored
* [R-package] [docs] clarify shape of predictions * Apply suggestions from code review Co-authored-by:
Michael Mayer <mayermichael79@gmail.com> * regenerate docs * apply suggestions from code review * fix linting error abouut long lines Co-authored-by:
Michael Mayer <mayermichael79@gmail.com>
-
Belinda Trotta authored
-
shiyu1994 authored
* initial work for boosting and evaluation with CUDA * fix compatibility with CPU code * fix creating objective without USE_CUDA_EXP * fix static analysis errors * fix static analysis errors
-