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

Use old parallel algorithm for histogram construction by default #2501

Merged
merged 1 commit into from
Jul 10, 2017

Conversation

hcho3
Copy link
Collaborator

@hcho3 hcho3 commented Jul 9, 2017

It has been reported that new parallel algorithm (#2493) results in excessive
message usage and random crashes. Until issues are resolved, XGBoost should use
the old parallel algorithm by default. The user would have to specify
enable_feature_grouping=1 manually to enable the new algorithm.

It has been reported that new parallel algorithm (dmlc#2493) results in excessive
message usage (see issue dmlc#2326). Until issues are resolved, XGBoost should use
the old parallel algorithm by default. The user would have to specify
`enable_feature_grouping=1` manually to enable the new algorithm.
@tqchen tqchen merged commit 64c8f6f into dmlc:master Jul 10, 2017
Laurae2 added a commit to Laurae2/ez_xgb that referenced this pull request Jul 14, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
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.

2 participants