Skip to content

Removing ROSE class and add a shrinkage parameter to RandomOverSampler #792

@glemaitre

Description

@glemaitre

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions