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

Re-organize code: Break up resampling.jl

Open ablaom opened this issue 4 weeks ago • 0 comments

We break up the very long src/resampling.jl file into separate files:

resampling
├── error_messages.jl
├── evaluate.jl
├── evaluation_results.jl
├── logging.jl
├── resampler.jl
├── strategies.jl
└── train_test_pairs.jl

This PR contains no code changes of substance.

ablaom avatar Dec 17 '25 04:12 ablaom