1. 26 Jun, 2021 2 commits
  2. 18 Jun, 2021 1 commit
  3. 15 Jun, 2021 2 commits
  4. 12 Jun, 2021 1 commit
  5. 21 May, 2021 2 commits
  6. 20 May, 2021 2 commits
  7. 17 May, 2021 1 commit
  8. 15 May, 2021 2 commits
  9. 13 May, 2021 1 commit
  10. 12 May, 2021 1 commit
  11. 10 May, 2021 1 commit
  12. 05 May, 2021 1 commit
  13. 04 May, 2021 1 commit
  14. 02 May, 2021 1 commit
  15. 30 Apr, 2021 1 commit
  16. 26 Apr, 2021 1 commit
  17. 21 Apr, 2021 1 commit
  18. 19 Apr, 2021 1 commit
  19. 10 Apr, 2021 1 commit
  20. 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
  21. 31 Mar, 2021 2 commits
  22. 30 Mar, 2021 1 commit
  23. 29 Mar, 2021 2 commits
  24. 27 Mar, 2021 1 commit
  25. 21 Mar, 2021 1 commit
  26. 16 Mar, 2021 1 commit
  27. 15 Mar, 2021 3 commits
  28. 14 Mar, 2021 1 commit
  29. 10 Mar, 2021 1 commit
  30. 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
  31. 24 Feb, 2021 1 commit
    • jmoralez's avatar
      [dask][python-package] include support for column array as label (#3943) · 5dacd603
      jmoralez authored
      * include support for column array as label
      
      * remove nested ifs
      
      * fix linting errors
      
      * include tests for sklearn regressors
      
      * include docstring for numpy_1d_array_to_dtype
      
      * include . at end of docstring
      
      * remove pandas import and test for regression, classification and ranking
      
      * check predictions of sklearn models as well
      
      * test training only in dask. drop pandas series tests
      
      * use PANDAS_INSTALLED and pd_Series
      
      * inline imports
      
      * use col array in fit for test_dask
      
      * include review comments
      5dacd603