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

Oversample undersample #983

Closed
Moelf opened this issue Nov 5, 2022 · 3 comments
Closed

Oversample undersample #983

Moelf opened this issue Nov 5, 2022 · 3 comments

Comments

@Moelf
Copy link

Moelf commented Nov 5, 2022

It's missing from MLJ and using MLUtils.jl is sub optimal because they don't work with DataFrame which is very prevalent int MLJ.

@ablaom
Copy link
Member

ablaom commented Nov 6, 2022

There is one package for DataFrames-only class imbalance, referenced here: https://julialang.org/jsoc/gsoc/MLJ/#correcting_for_class_imbalance_in_classification_problems . And there is a POC for integrating into MLJ here: #661 . And, I should add that MLUtils.jl has just recently added Tables compatability. So getobs should now work on DataFrames.jl ; see JuliaML/MLUtils.jl#124

@Moelf
Copy link
Author

Moelf commented Nov 7, 2022

JuliaML/MLUtils.jl#129

@ablaom
Copy link
Member

ablaom commented Feb 8, 2024

Closed by new packages Imbalance.jl and MLJBalancing.jl.

@ablaom ablaom closed this as completed Feb 8, 2024
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

No branches or pull requests

2 participants