I was checking the state of our documentation and I found that we were missing a bit of information regarding ROSE.
While looking at the article and the implementation, it seems to me that ROSE is just doing the same as the RandomOverSampler but multiply the bootstrap sample by a small random multivariate normal noise controlled that is further controlled by the shrinkage_factor parameter.
I am not a big fan to have 2 independents classes for the same processing and I would like to move the shrinkage into the RandomOverSampler as a parameter. By default, the shrinkage will be 0 such that we don't generate a smooth bootstrap to keep the original behaviour and document that this shrinkage allows generating a smooth bootstrap.
@hayesall @chkoar WDYT?
Be aware that I would like to do that before the release to not have to handle any deprecation.