1. 06 Feb, 2021 1 commit
  2. 03 Feb, 2021 2 commits
  3. 02 Feb, 2021 1 commit
  4. 29 Jan, 2021 2 commits
    • 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
  5. 27 Jan, 2021 1 commit
  6. 25 Jan, 2021 3 commits
  7. 24 Jan, 2021 2 commits
  8. 22 Jan, 2021 4 commits
  9. 20 Jan, 2021 1 commit
  10. 19 Jan, 2021 1 commit
  11. 18 Jan, 2021 1 commit
  12. 15 Jan, 2021 1 commit
  13. 22 Dec, 2020 1 commit
    • Jan Stiborek's avatar
      [python] [dask] add initial dask integration (#3515) · d90a16d5
      Jan Stiborek authored
      * migrated implementation from dask/dask-lightgbm
      
      * relaxed tests
      
      * tests skipped in case that MPI is used
      
      * fixed python 2.7 import + tests disabled on windows
      
      * python < 3.6 is not supported in tests
      
      * tests enabled only for linux
      
      * tests disabled for mpi interface
      
      * dask version pinned to >= 2.0
      
      * added @jameslamb as code owner
      
      * added missing pandas dependency
      
      * code refactoring, removed code duplication - lightgbm.dask.LGBMClassifier.fit is the same as lightgbm.dask.LGBMRegressor.fit
      
      * fixed refactoring
      
      * code deduplication - fit method moved into mixin class
      
      * fixed CODEOWNERS
      
      * removed unnecessary import
      
      * skip the module execution on python < 3.6 and on platform different than linux.
      
      * removed skip for python < 3.6
      
      * review comments
      
      * removed noqa, renamed API classes, renamed local variables
      d90a16d5