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

[gpuCI] Auto-merge branch-0.17 to branch-0.18 [skip ci] #3249

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

GPUtester
Copy link
Contributor

Auto-merge triggered by push to branch-0.17 that creates a PR to keep branch-0.18 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.

…'s RF(#3245)

Rename rows_sample -> max_samples to be consistent with sklearn's RF.

From https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html:

> **max_samples**: int or float, default=None
> If bootstrap is True, the number of samples to draw from X to train each base estimator.
> If None (default), then draw X.shape[0] samples.
> If int, then draw max_samples samples.
> If float, then draw max_samples * X.shape[0] samples. Thus, max_samples should be in the interval (0, 1).
> New in version 0.22.

Authors:
  - Hyunsu Cho <chohyu01@cs.washington.edu>

Approvers:
  - John Zedlewski

URL: #3245
@GPUtester GPUtester requested review from a team as code owners December 3, 2020 22:26
@GPUtester
Copy link
Contributor Author

SUCCESS - Auto-merge complete.

@GPUtester GPUtester merged commit 04c2771 into branch-0.18 Dec 3, 2020
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.

2 participants