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

[REVIEW] Removing unused shuffle_features parameter #2943

Merged
merged 4 commits into from
Oct 11, 2020

Conversation

vinaydes
Copy link
Contributor

@vinaydes vinaydes commented Oct 9, 2020

PR #2881 accidentally reintroduced shuffle_features as a RF training parameter. The parameter is unused in the implementation. It is also inconsistent with scikit-learn RF. Removing it with this PR.

@vinaydes vinaydes requested review from a team as code owners October 9, 2020 02:20
@GPUtester
Copy link
Contributor

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

@vinaydes vinaydes changed the title [WIP] Removing unused shuffle_features parameter [REVIEW] Removing unused shuffle_features parameter Oct 9, 2020
@vinaydes vinaydes changed the title [REVIEW] Removing unused shuffle_features parameter [REVIEW] Removing unused shuffle_features parameter Oct 9, 2020
Copy link
Member

@teju85 teju85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM. Thanks Vinay

Copy link
Contributor

@JohnZed JohnZed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just one stray comment // }. Pre-approving in the meantime.

h_colstart =
new MLCommon::host_buffer<unsigned int>(host_allocator, stream, parentsz);
totalmem += ncols * sizeof(int) + parentsz * sizeof(int);
// }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the commented-out brace?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed it. Thanks John.

@dantegd
Copy link
Member

dantegd commented Oct 9, 2020

rerun tests

@JohnZed JohnZed changed the title [REVIEW] Removing unused shuffle_features parameter [REVIEW] Removing unused shuffle_features parameter [skip-ci] Oct 9, 2020
@JohnZed JohnZed changed the title [REVIEW] Removing unused shuffle_features parameter [skip-ci] [REVIEW] Removing unused shuffle_features parameter Oct 9, 2020
@dantegd dantegd merged commit f294908 into rapidsai:branch-0.16 Oct 11, 2020
@vinaydes vinaydes deleted the fix-remove-shuffle-param branch April 15, 2021 08:41
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.

5 participants