- 17 Aug, 2021 2 commits
-
-
Nikita Titov authored
-
James Lamb authored
* [ci] prefer 'apt update' to 'apt-get update' in some R builds * use --allow-releaseinfo-change
-
- 14 Aug, 2021 3 commits
-
-
James Lamb authored
* [R-package] use C++ compiler for pre-compile checks on Windows * install Matrix in valgrind test * Add {Matrix} in more places in CI and docs * use CXX11 * use flags specific to C++11 * missing backtick Co-authored-by:Nikita Titov <nekit94-12@hotmail.com>
-
James Lamb authored
* [docs] [R-package] use CRAN-style builds when building pkgdown site * install with --with-keep.source * empty commit * set new_proccess = FALSE to get a better traceback * copy pkgdown config
-
James Lamb authored
-
- 10 Aug, 2021 1 commit
-
-
James Lamb authored
* [ci] move Solaris and valgrind test steps into scripts * Update .github/workflows/r_solaris.yml Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * relatiev paths Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 09 Aug, 2021 3 commits
-
-
Nikita Titov authored
-
José Morales authored
* reduce number of collisions tests * measure tests execution time * measure tests execution time in bdist task * remove durations in bdist task
-
James Lamb authored
-
- 03 Aug, 2021 2 commits
-
-
José Morales authored
* find all needed ports in each worker at once * lint * better naming * use _HostWorkers in test
-
Chen Yufei authored
* Update c_api LGBM_SampleIndices() comment. rand.Sample() now returns exactly given number of samples, thus the comment should be fixed. * Update include/LightGBM/c_api.h Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 02 Aug, 2021 1 commit
-
-
James Lamb authored
-
- 31 Jul, 2021 1 commit
-
-
Nikita Titov authored
-
- 30 Jul, 2021 2 commits
-
-
James Lamb authored
-
Chen Yufei authored
* [python] support Dataset.get_data for Sequence input. * Tweaks according to review comments. * Apply suggestions from code review Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * Add test cases. * fix import order in test_basic.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
- 26 Jul, 2021 1 commit
-
-
Nikita Titov authored
* remove R docs * bump deps
-
- 25 Jul, 2021 1 commit
-
-
James Lamb authored
-
- 24 Jul, 2021 2 commits
-
-
James Lamb authored
-
Sagnik Roy authored
* Update parameter_generator.py * Update parameter_generator.py * Update parameter_generator.py * Update parameter_generator.py * Update parameter_generator.py * Update parameter_generator.py * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * Update helpers/parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com> * additional hinting fixes * Update parameter_generator.py Co-authored-by:
James Lamb <jaylamb20@gmail.com>
-
- 23 Jul, 2021 1 commit
-
-
Chen Yufei authored
This removes code duplication for creating sample indices.
-
- 21 Jul, 2021 1 commit
-
-
Philip Hyunsu Cho authored
* Fix undefined behavior with NaN input in CategoricalDecision() * Always associate the right child with NaN inputs
-
- 12 Jul, 2021 1 commit
-
-
Nikita Titov authored
-
- 11 Jul, 2021 1 commit
-
-
Nikita Titov authored
* remove preinstalled possibly conflicting software from PATH in CI jobs * preserve pandoc
-
- 10 Jul, 2021 4 commits
-
-
James Lamb authored
* [ci] add CI job running rchk * try commenting out more stuff * ignore R internal error * pipes * remove PROTECT() * try removing testthat * revert temporary testing changes
-
Nikita Titov authored
* use absolute() on paths first * migrate to pathlib in setup.py
-
Nikita Titov authored
-
Nikita Titov authored
-
- 09 Jul, 2021 2 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
-
- 08 Jul, 2021 1 commit
-
-
José Morales authored
* call predict on one row of data to determine output shape * make DaskLGBMRanker predict method equal to the others * remove extra drop_axis
-
- 07 Jul, 2021 4 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* allow to pass some params as pathlib.Path objects * fix lint * improve indentation
-
James Lamb authored
[dask] Make output of feature contribution predictions for sparse matrices match those from sklearn estimators (fixes #3881) (#4378) * test_classifier working * adding tests * docs * tests * revert unnecessary changes in tests * test output type * linting * linting * use from_delayed() instead * docstring pycodestyle is happy with * isort * put pytest skips back * respect sparse return type * fix doc * remove unnecessary dask_array_concatenate() * 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 predict_proba() docstring * remove unnecessary np.array() * Update python-package/lightgbm/dask.py Co-authored-by:
Nikita Titov <nekit94-08@mail.ru> * fix assertion * fix test use of len() * restore np.array() in tests * use np.asarray() instead * use toarray() * remove empty functions in compat Co-authored-by:
Nikita Titov <nekit94-08@mail.ru>
-
shiyu1994 authored
-
- 06 Jul, 2021 1 commit
-
-
James Lamb authored
-
- 05 Jul, 2021 3 commits
-
-
Nikita Titov authored
-
Nikita Titov authored
* Update test_sklearn.py * Update test_basic.py * Update dask.py * Update basic.py * Update basic.py * Update basic.py * Update basic.py * Update callback.py
-
Nikita Titov authored
-
- 04 Jul, 2021 2 commits
-
-
Nikita Titov authored
* refactor file loading in C API test * continue
-
Nikita Titov authored
-