1. 10 Mar, 2021 2 commits
  2. 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
  3. 02 Mar, 2021 1 commit
  4. 24 Feb, 2021 4 commits
    • Nikita Titov's avatar
      [tests][dask] simplify fit calls in Dask tests (#4018) · 3ab6bbf9
      Nikita Titov authored
      * simplify fit calls in Dask tests
      
      * Update .vsts-ci.yml
      
      * Update .vsts-ci.yml
      3ab6bbf9
    • 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
    • Nikita Titov's avatar
      [tests][python] Add test for single leaf in linear tree (#4015) · 86a085f7
      Nikita Titov authored
      * Update test_engine.py
      
      * Update python_package.yml
      
      * Update python_package.yml
      
      * Update test_engine.py
      
      * hotfix
      86a085f7
    • 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
  5. 23 Feb, 2021 1 commit
  6. 18 Feb, 2021 2 commits
  7. 16 Feb, 2021 6 commits
  8. 15 Feb, 2021 6 commits
  9. 09 Feb, 2021 3 commits
  10. 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
  11. 06 Feb, 2021 1 commit
  12. 03 Feb, 2021 2 commits
  13. 02 Feb, 2021 1 commit
  14. 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
  15. 28 Jan, 2021 1 commit
  16. 27 Jan, 2021 1 commit
  17. 26 Jan, 2021 3 commits
  18. 25 Jan, 2021 1 commit