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] passed through verbose for dask fit #5413

Merged
merged 2 commits into from Mar 13, 2020

Conversation

jborchma
Copy link
Contributor

@jborchma jborchma commented Mar 13, 2020

In this PR I am fixing #5412:

I added the verbose parameter in the same way that the non-dask sklearn wrapper fit-method has the same parameter and passing it through to verbose_eval of the train-function.

I also set the default to True which mirrors the non-dask sklearn wrapper settings.

@jborchma jborchma changed the title passed through verbose for dask fit [dask] passed through verbose for dask fit Mar 13, 2020
@trivialfis
Copy link
Member

Thanks. I didn't take the verbose parameter seriously back then because dask sometimes swallows Python stdout. Till now I still have no idea why.

@trivialfis trivialfis merged commit bb8c8df into dmlc:master Mar 13, 2020
trivialfis pushed a commit to trivialfis/xgboost that referenced this pull request Mar 24, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Jun 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants