1. 26 Jun, 2021 1 commit
  2. 15 Jun, 2021 1 commit
  3. 15 May, 2021 1 commit
  4. 04 May, 2021 1 commit
  5. 21 Apr, 2021 1 commit
  6. 01 Apr, 2021 1 commit
    • jmoralez's avatar
      [tests][dask] Add voting_parallel algorithm in tests (fixes #3834) (#4088) · d517ba12
      jmoralez authored
      * include voting_parallel tree_learner in test_regressor, test_classifier and test_ranker
      
      * remove test for warnings and test for error when using feature_parallel
      
      * use real names for tree_learner intest and include test for aliases. use the error message in the test for error in feature parallel
      
      * split all tests with rf in test_classifier
      
      * remove task parametrization for tree_learner aliases test. smaller input data from feature_parallel error
      
      * define task for tree_learner aliases
      d517ba12
  7. 31 Mar, 2021 1 commit
  8. 30 Mar, 2021 1 commit
  9. 29 Mar, 2021 1 commit
  10. 27 Mar, 2021 1 commit
  11. 16 Mar, 2021 1 commit
  12. 10 Mar, 2021 1 commit
  13. 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
  14. 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
  15. 23 Feb, 2021 1 commit
  16. 20 Feb, 2021 1 commit
  17. 16 Feb, 2021 1 commit
  18. 15 Feb, 2021 3 commits
  19. 10 Feb, 2021 1 commit
  20. 09 Feb, 2021 1 commit
  21. 07 Feb, 2021 1 commit
  22. 06 Feb, 2021 1 commit
  23. 03 Feb, 2021 4 commits
  24. 29 Jan, 2021 1 commit
  25. 28 Jan, 2021 1 commit
  26. 27 Jan, 2021 1 commit
  27. 26 Jan, 2021 5 commits
  28. 25 Jan, 2021 3 commits