Added
- Added friendly __str__ for samplers.
- Added KFold CV option to KDE bandwidth selection for ResampleKde.
- Added BIC scan option for number of component selection in ResampleGmm.
- Example notebooks in the documentation
Fixed
- Refactored "Resample" to "Sample", align with
- SamplerHist interface, moved "replace "arg to constructor.
- SamplerHist allow for repeated samples in case the number of
drawn samples is larger than the source set.