1. 22 Jan, 2021 2 commits
    • Frank Fineis's avatar
      [python-package] [dask] Add DaskLGBMRanker (#3708) · 3c7e7e0b
      Frank Fineis authored
      
      
      * ranker support wip
      
      * fix ranker tests
      
      * fix _make_ranking rnd gen bug, add sleep to help w stoch binding port failed exceptions
      
      * add wait_for_workers to prevent Binding port exception
      
      * another attempt to stabilize test_dask.py
      
      * requested changes: docstrings, dask_ml, tuples for list_of_parts
      
      * fix lint bug, add group param to test_ranker_local_predict
      
      * decorator to skip tests with errors on fixture teardown
      
      * remove gpu ranker tests, reduce make_ranking data complexity
      
      * another attempt to
      silence client, decorator does not silence fixture errors
      
      * address requested changes on 1/20/20
      
      * skip test_dask for all GPU tasks
      
      * address changes requested on 1/21/21
      
      * issubclass instead of __qualname__
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * parity in group docstr with sklearn
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * _make_ranking docstr cleanup
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      3c7e7e0b
    • Thomas J. Fan's avatar
      [python][tests] migrate test_engine.py to pytest (#3800) · 6dbe736e
      Thomas J. Fan authored
      * TST Migrates tset_engine.py to pytest
      
      * ENH Apply suggestions
      
      * ENH Uses temp path
      
      * ENH Fixes typos
      6dbe736e
  2. 21 Jan, 2021 7 commits
  3. 20 Jan, 2021 1 commit
  4. 19 Jan, 2021 4 commits
  5. 18 Jan, 2021 7 commits
  6. 16 Jan, 2021 1 commit
  7. 15 Jan, 2021 5 commits
  8. 13 Jan, 2021 3 commits
    • Nikita Titov's avatar
      [ci] improve experience with optional GitHub workflows (#3740) · f997a069
      Nikita Titov authored
      * improve experience with optional GitHub workflows
      
      * Update README.md
      
      * Update r_artifacts.yml
      
      * Update optional_checks.yml
      
      * continue
      
      * Update triggering_comments.yml
      
      * Update README.md
      
      * Update r_artifacts.yml
      
      * Update r_artifacts.yml
      
      * Update r_artifacts.yml
      
      * Update r_valgrind.yml
      
      * Update r_artifacts.yml
      
      * Update r_valgrind.yml
      
      * Update r_valgrind.yml
      
      * Update r_valgrind.yml
      
      * add docstrings to fix lint
      
      * better formatting for multi-line commands
      f997a069
    • Nikita Titov's avatar
    • James Lamb's avatar
      [ci] remove Travis (fixes #3519) (#3672) · 318f7fae
      James Lamb authored
      
      
      * [ci] move CI jobs from Travis to Azure DevOps (fixes #3519)
      
      * comment out other CIs to avoid wasting cycles
      
      * try without docker
      
      * add container back
      
      * stop using --user in pip install
      
      * run check-docs and lint without container
      
      * job names
      
      * move more jobs to Azure-hosted Linux pool
      
      * fix PATH for check-docs
      
      * uncomment other CI
      
      * uncomment windows
      
      * remove uses of maxParallel
      
      * try moving macos-latest jobs to GitHub Actions
      
      * fix config
      
      * fix missing conda env
      
      * set Python version
      
      * remove commented-out code
      
      * add more to GitHub Actions
      
      * try to fix GPU
      
      * remove static_analysis to prevent conflicts with #3726
      
      * change workflow name
      
      * try using ubuntu:latest docker
      
      * fix conda
      
      * trying to find where permissions first break
      
      * add workaround for sudo
      
      * please azure please
      
      * image syntax
      
      * more sudo
      
      * noninteractive
      
      * LC_ALL
      
      * more  sudo
      
      * more stuff
      
      * CONDA dir
      
      * paths
      
      * get path
      
      * missing CONDA
      
      * fix path stuff
      
      * more tests
      
      * fix graphviz
      
      * stuff
      
      * more graphviz
      
      * install xorg-libxau
      
      * graphviz works, run more jobs
      
      * stuff
      
      * enable more tests
      
      * uncomment GitHub Actions
      
      * uncomment all other CIs
      
      * Apply suggestions from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      
      * add travis.yml to Rbuildignore
      
      * add Rbuildignore rule for fmt
      
      * add libomp for clang builds
      
      * changes from code review
      Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
      318f7fae
  9. 11 Jan, 2021 4 commits
  10. 10 Jan, 2021 1 commit
  11. 09 Jan, 2021 2 commits
  12. 07 Jan, 2021 3 commits