1. 27 Mar, 2021 1 commit
  2. 16 Mar, 2021 1 commit
  3. 10 Mar, 2021 1 commit
  4. 04 Mar, 2021 1 commit
    • jmoralez's avatar
      [dask] Include support for init_score (#3950) · 37e98782
      jmoralez authored
      * include support for init_score
      
      * use dataframe from init_score and test difference with and without init_score in local model
      
      * revert refactoring
      
      * initial docs. test between distributed models with and without init_score
      
      * remove ranker from tests
      
      * test value for root node and change docs
      
      * comma
      
      * re-include parametrize
      
      * fix incorrect merge
      
      * use single init_score and the booster_ attribute
      
      * use np.float64 instead of float
      37e98782
  5. 24 Feb, 2021 2 commits
    • jmoralez's avatar
      [dask] use random ports in network setup (#3823) · 0e576575
      jmoralez authored
      * use socket.bind with port 0 and client.run to find random open ports
      
      * include test for found ports
      
      * find random open ports as default
      
      * parametrize local_listen_port. type hint to _find_random_open_port. fid open ports only on workers with data.
      
      * make indentation consistent and pass list of workers to client.run
      
      * remove socket import
      
      * change random port implementation
      
      * fix test
      0e576575
    • Nikita Titov's avatar
      7777852a
  6. 23 Feb, 2021 1 commit
  7. 20 Feb, 2021 1 commit
  8. 16 Feb, 2021 1 commit
  9. 15 Feb, 2021 3 commits
  10. 10 Feb, 2021 1 commit
  11. 09 Feb, 2021 1 commit
  12. 07 Feb, 2021 1 commit
  13. 06 Feb, 2021 1 commit
  14. 03 Feb, 2021 4 commits
  15. 29 Jan, 2021 1 commit
  16. 28 Jan, 2021 1 commit
  17. 27 Jan, 2021 1 commit
  18. 26 Jan, 2021 5 commits
  19. 25 Jan, 2021 3 commits
  20. 24 Jan, 2021 2 commits
  21. 22 Jan, 2021 3 commits
  22. 20 Jan, 2021 1 commit
  23. 19 Jan, 2021 1 commit
  24. 15 Jan, 2021 1 commit
  25. 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