- 01 Feb, 2020 1 commit
-
-
Nikita Titov authored
* fix RTD builds * more pins * hotfix * removed unnecessary pinning
-
- 30 Jan, 2020 1 commit
-
-
sbruch authored
* Implementation of XE_NDCG loss function for ranking. * Add citation * Check in example usage for xe_ndcg loss. * Seed the generator when a seed is provided in the config. Add unit-tests for xe_ndcg * Update documentation * Fix indentation * Address issues raised by reviewers. * Clean up include statements. * Fix issues raised by reviewers. * Regenerate parameters.rst * Add a note to explain that reproducing xe_ndcg results requires num_threads to be one. * Introduce objective_seed and use that in rank_xendcg instead of directly using seed * Change default value of objective_seed
-
- 27 Jan, 2020 1 commit
-
-
Nikita Titov authored
-
- 25 Jan, 2020 1 commit
-
-
James Lamb authored
-
- 24 Jan, 2020 3 commits
-
-
James Lamb authored
* [R-package] clarified error messages and documentation for lgb.get.eval.result() * fixed bad link * Update R-package/man/lgb.get.eval.result.Rd Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * [R-package] added fixes from codereview back in Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
James Lamb authored
-
James Lamb authored
-
- 20 Jan, 2020 2 commits
-
-
James Lamb authored
* [R-package] made roxygen2 tags explicit and cleaned up documentation * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Update R-package/man/lightgbm.Rd Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * [R-package] moved @name to the top of roxygen blocks and removed some inaccurate information in documentation on parameters Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
Vladimir authored
Use an OpenMP critical section for clEnqueueWriteBuffer
-
- 16 Jan, 2020 2 commits
-
-
James Lamb authored
[R-package] fixed sorting issues in lgb.cv() when using a model with observation weights (fixes #2572) (#2573)
-
Nikita Titov authored
* indicate support only for the last 3 macOS versions in wheel name * document support only for 3 newest macOS versions
-
- 15 Jan, 2020 2 commits
- 14 Jan, 2020 3 commits
-
-
Nikita Titov authored
* transfer and enhance test for trees_to_dataframe * fixed bug in Python 2
-
Guolin Ke authored
* implement * fix warning * fix bug * fix a bug * remove unneed function * fix data push bug * fix valid data push * fix bug for missing_type=zero * refine split * renames * typo
-
Guolin Ke authored
* Update metadata.cpp * add version for training set, for efficiently update label/weight/... during training. * Update lgb.Booster.R
-
- 13 Jan, 2020 1 commit
-
-
Guolin Ke authored
* add prefetch for dense bin * prefetch for ordered bin * Update meta.h * Update meta.h * Update dense_bin.hpp
-
- 12 Jan, 2020 3 commits
-
-
James Lamb authored
-
James Lamb authored
-
Nikita Titov authored
* removed OpenMP ugly fix for Mojave as it's fixed in latest CMake * test: switch compilers * switch compilers back
-
- 10 Jan, 2020 1 commit
-
-
Patrick Ford authored
* trees_to_df method and unit test added. PEP 8 fixes for integration. * Co-Authored-By: Nikita Titov <nekit94-08@mail.ru> Post-review changes * changes from second round of reviews from striker * third round of review. formatting and added 2 more tests * replaced pandas dot attribute accessor with string attribute accessor * dealt with single tree edge case and minor refactor of tests * slight refactor for checking if tree is a single node
-
- 07 Jan, 2020 1 commit
-
-
Guolin Ke authored
* implement * better documentation * Update include/LightGBM/config.h Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * Apply suggestions from code review Co-Authored-By:
Nikita Titov <nekit94-08@mail.ru> * fix document * regenerate docs Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 06 Jan, 2020 2 commits
-
-
James Lamb authored
-
James Lamb authored
* [R-package] removed TODOs in code * [ci] added to-do to TODO comment linter
-
- 02 Jan, 2020 2 commits
-
-
Nikita Titov authored
* added feature importance to JSON dump * hotfix * Update gbdt_model_text.cpp
-
Nikita Titov authored
-
- 01 Jan, 2020 2 commits
-
-
James Lamb authored
-
James Lamb authored
-
- 29 Dec, 2019 2 commits
-
-
James Lamb authored
-
Guolin Ke authored
* warning for init_score in save_binary fix #2639 * Update metadata.cpp * added info into docs Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
-
- 24 Dec, 2019 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* bump XCode version for Travis * test: swap compilers * Update .travis.yml
-
- 20 Dec, 2019 1 commit
-
-
Guolin Ke authored
* fix predict with header * avoid duplicated feature names
-
- 19 Dec, 2019 1 commit
-
-
Nikita Titov authored
-
- 17 Dec, 2019 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 15 Dec, 2019 1 commit
-
-
James Lamb authored
-
- 13 Dec, 2019 1 commit
-
-
Nikita Titov authored
-
- 12 Dec, 2019 1 commit
-
-
Belinda Trotta authored
* Fix bug where small values of max_bin cause crash. * Revert "Fix bug where small values of max_bin cause crash." This reverts commit fe5c8e2547057c1fa5750bcddd359dd7708fab4b. * Add auc-mu multiclass metric. * Fix bug where scores are equal. * Merge. * Change name to auc_mu everywhere (instead of auc-mu). * Fix comparison between signed and unsigned int. * Change name to AUC-mu in docs and output messages. * Improve test. * Use prefix increment. * Update R package. * Fix style issues. * Tidy up test code. * Read all lines first then process. * Allow passing AUC-mu weights directly as a list in parameters. * Remove unused code, improve example and docs.
-
- 11 Dec, 2019 1 commit
-
-
Nikita Titov authored
-