bcbi / ClassImbalance.jl

Sampling-based methods for correcting for class imbalance in two-category classification problems
Other
11 stars 9 forks source link

Compatibility with DataFrame 0.21.0 or later please #85

Open PBSoundy opened 3 years ago

PBSoundy commented 3 years ago

Is your feature request related to a problem? Please describe. Great and easy to use implementation. But not compatible with DataFrames 0.21.0 or later.

Describe the solution you'd like Please resolve compatibility with DataFrames 0.21.0 or later

Describe alternatives you've considered I've added the ClassImbalance package and have attempted to re-write code. However, significant changes exist for DataFrames from 0.21.0 which make that not tractable.

Additional context Add any other context or screenshots about the feature request here.