MLJBase.jl icon indicating copy to clipboard operation
MLJBase.jl copied to clipboard

Request: Separate Out Resampling Strategies Interface

Open ParadaCarleton opened this issue 4 years ago • 1 comments

I'd like to use the interface for resampling strategies separately from MLJBase in ParetoSmooth.jl, but MLJBase is a pretty big dependency to add for such a small interface. Would it be a good idea to separate out an MLJResampling package similar to what's been done with LossFunctions.jl?

ParadaCarleton avatar Oct 23 '21 20:10 ParadaCarleton

I think it's a good idea and reasonable request.

Another possibility would be to use https://github.com/JuliaML/MLDataPattern.jl instead.

ablaom avatar Oct 26 '21 02:10 ablaom