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

ENH allow any dtype in input from RandomSampler #1004

Merged
merged 7 commits into from Jul 8, 2023

Conversation

glemaitre
Copy link
Member

closes #970

Do not convert input data in RandomUnderSampler and RandomOverSampler since the basic strategy will only get original rows.

@glemaitre glemaitre merged commit 92b5305 into scikit-learn-contrib:master Jul 8, 2023
1 check was pending
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] RandomUnderSampler throws errors if pandas DataFrame has timestamps
1 participant