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

API change default of replacement and sampling_strategy in BRF #1006

Merged
merged 2 commits into from
Jul 8, 2023

Conversation

glemaitre
Copy link
Member

closes #838

Change the default of replacement and sampling_strategy in BalancedRandomForestClassifier. We use a deprecation cycle since the impact might not be enough to consider it as a bug and break the backwards compatibility.

@glemaitre glemaitre merged commit 2b126e3 into scikit-learn-contrib:master Jul 8, 2023
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.

[BUG]The sampling method of the BRFClassifier is different from the paper
1 participant