1. 10 Feb, 2021 2 commits
  2. 09 Feb, 2021 5 commits
  3. 08 Feb, 2021 2 commits
  4. 07 Feb, 2021 7 commits
    • Gaurav Chopra's avatar
      [docs] fix typo: one-hot coding should be one-hot encoding (#3898) · c10b0430
      Gaurav Chopra authored
      
      
      * Update Python-Intro.rst
      
      * Update docs/Python-Intro.rst
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      Co-authored-by: default avatarJames Lamb <jaylamb20@gmail.com>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      c10b0430
    • James Lamb's avatar
      [docs] simplify bug report template (#3921) · 3356778f
      James Lamb authored
      
      
      * [docs] simplify bug report template
      
      * Update .github/ISSUE_TEMPLATE/BUG_REPORT.md
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      3356778f
    • James Lamb's avatar
      [dask] Add support for 'pred_leaf' in Dask estimators (fixes #3792) (#3919) · 37485fff
      James Lamb authored
      * fix tests
      
      * fix tests
      
      * fix test comments
      
      * simplify tests
      
      * Apply suggestions from code review
      37485fff
    • Nikita Titov's avatar
      [ci] encode token in the same way as e-mail address for RHub (#3920) · 84b519b7
      Nikita Titov authored
      * Update r_solaris.yml
      
      * Update run_rhub_solaris_checks.R
      
      * Update run_rhub_solaris_checks.R
      
      * fix lint
      84b519b7
    • GOusignu's avatar
      [dask] Add unit tests that signatures are the same between Dask and... · 6f127847
      GOusignu authored
      [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators  (#3911)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      
      * [dask] Add unit tests that signatures are the same between Dask and scikit-learn estimators (fixes microsoft#3907)
      6f127847
    • Nikita Titov's avatar
      [ci] update e-mail and token for R Hub builds (#3917) · e056237b
      Nikita Titov authored
      * Update r_solaris.yml
      
      * Update run_rhub_solaris_checks.R
      
      * Update run_rhub_solaris_checks.R
      
      * Update run_rhub_solaris_checks.R
      e056237b
    • Nikita Titov's avatar
      [ci][R-package] run R CRAN checks on Solaris by optional workflow (#3913) · ffebc43f
      Nikita Titov authored
      * run R CRAN checks on Solaris by optional workflow
      
      * Update triggering_comments.yml
      
      * Update r_solaris.yml
      
      * Update optional_checks.yml
      
      * Update triggering_comments.yml
      
      * Update run_rhub_solaris_checks.R
      
      * Update r_solaris.yml
      
      * Update run_rhub_solaris_checks.R
      
      * Update r_solaris.yml
      
      * simplify code
      
      * fix lint and address review comments
      ffebc43f
  5. 06 Feb, 2021 2 commits
  6. 05 Feb, 2021 1 commit
  7. 03 Feb, 2021 7 commits
  8. 02 Feb, 2021 3 commits
  9. 01 Feb, 2021 3 commits
  10. 31 Jan, 2021 5 commits
  11. 29 Jan, 2021 3 commits
    • James Lamb's avatar
      [dask] Add type hints in Dask package (#3866) · ea8e47ea
      James Lamb authored
      
      
      * add type hints in dask module
      
      * starting on asserts
      
      * remove unused code
      
      * add hints for dtypes
      
      * replace accidentally-removed docstrings
      
      * revert unrelated change
      
      * Update python-package/lightgbm/dask.py
      
      * empty commit
      
      * fix hints on group
      
      * capitalize array
      
      * hide hints in signatures
      
      * empty commit
      
      * sphinx version
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * fix hint for MatrixLike
      
      * Update python-package/lightgbm/dask.py
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * update docstring
      
      * empty commit
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      ea8e47ea
    • Nikita Titov's avatar
      217642ca
    • James Lamb's avatar
      [dask] fix teardown issues in Dask tests (fixes #3829) (#3869) · 42d1633a
      James Lamb authored
      * [dask] reduce teardown erros in Dask tests
      
      * azure
      
      * show logs
      
      * try again
      
      * more
      
      * submodules
      
      * try a bunch of sdist tests
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * use sh-ubuntu
      
      * 10 sdist tasks
      
      * stuff
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * try bdist
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * py37
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * python 3.8
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * empty commit
      
      * cuda config
      
      * comment out cuda again
      
      * setting timeout
      
      * put client close in the right place
      
      * uncomment CI, make timeout 60
      42d1633a