Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dask] Use distributed.MultiLock #6743

Merged
merged 12 commits into from
Mar 16, 2021
Merged

Commits on Mar 16, 2021

  1. [dask] Use distributed.MultiLock

    This enables training multiple models in parallel.
    
    * Conditionally import `MultiLock`.
    * Use async train directly in scikit learn interface.
    * Use `worker_client` when available.
    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    eefe63d View commit details
    Browse the repository at this point in the history
  2. skip tests.

    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    096862d View commit details
    Browse the repository at this point in the history
  3. lint.

    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    da97265 View commit details
    Browse the repository at this point in the history
  4. ImportError.

    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    cc8725e View commit details
    Browse the repository at this point in the history
  5. Fix missing obj.

    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    c3113bd View commit details
    Browse the repository at this point in the history
  6. asynchronous.

    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5626c98 View commit details
    Browse the repository at this point in the history
  7. Fix mypy.

    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    9bc466e View commit details
    Browse the repository at this point in the history
  8. fix.

    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2fa329a View commit details
    Browse the repository at this point in the history
  9. Remove warning.

    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e52ef0c View commit details
    Browse the repository at this point in the history
  10. Doc.

    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    72eb253 View commit details
    Browse the repository at this point in the history
  11. Skipimport.

    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a2b1cc5 View commit details
    Browse the repository at this point in the history
  12. Revert "Skipimport."

    This reverts commit a2b1cc5.
    trivialfis committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    9953a4a View commit details
    Browse the repository at this point in the history