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] Accept user defined tracker address. #5408

Closed
wants to merge 2 commits into from

Conversation

trivialfis
Copy link
Member

@trivialfis trivialfis commented Mar 12, 2020

    output = xgb.dask.train(client,
                            {},
                            dtrain,
                            tracker_ip='127.0.0.1',
                            tracker_port=32809)

@hcho3 hcho3 mentioned this pull request Jun 11, 2020
14 tasks
@trivialfis
Copy link
Member Author

Finally coming back to this. ;-)

@codecov-commenter
Copy link

codecov-commenter commented Jul 3, 2020

Codecov Report

Merging #5408 into master will increase coverage by 0.00%.
The diff coverage is 89.47%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5408   +/-   ##
=======================================
  Coverage   82.61%   82.62%           
=======================================
  Files          12       12           
  Lines        2727     2739   +12     
=======================================
+ Hits         2253     2263   +10     
- Misses        474      476    +2     
Impacted Files Coverage Δ
python-package/xgboost/dask.py 83.54% <89.47%> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a08012...7f5bb0e. Read the comment docs.

@trivialfis
Copy link
Member Author

Do not merge until #5639 is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants