1. 15 Feb, 2021 2 commits
  2. 10 Feb, 2021 1 commit
  3. 09 Feb, 2021 1 commit
  4. 07 Feb, 2021 1 commit
  5. 06 Feb, 2021 1 commit
  6. 03 Feb, 2021 4 commits
  7. 29 Jan, 2021 1 commit
  8. 28 Jan, 2021 1 commit
  9. 27 Jan, 2021 1 commit
  10. 26 Jan, 2021 5 commits
  11. 25 Jan, 2021 3 commits
  12. 24 Jan, 2021 2 commits
  13. 22 Jan, 2021 3 commits
  14. 20 Jan, 2021 1 commit
  15. 19 Jan, 2021 1 commit
  16. 15 Jan, 2021 1 commit
  17. 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