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