I am using different imblearn over-sampling methods on a data-set which contains ~55800 samples. About 200 are class 1, the rest class 0. I am oversampling class 1 with various over-sampling-strategies.
It does not improve my model quality and therefore I wan't to take a closer look at the generated samples. But how to access them? Any way to get the indices of the created ones?
Looping through the samples list before and after sampling, filtering out the non-duplicates, is way too demanding and freezes my laptop.