This package contains functions of resampling strategies to make the binary imbalanced datasets be more balanced. It is important for an imbalanced dataset before applying a classification algorithm, for the reason that class imbalance will lead to a bad performance of classifiers.
RSBID
is available on the github now.
# install.packages("devtools")
devtools::install_github("dongyuanwu/RSBID")
devtools::install_github("dongyuanwu/RSBID", build_vignettes=TRUE) # If you would like to view the vignettes
RSBID
contains five strategies now:
ROS
)SMOTE
)SMOTE_NC
)RUS
)SBC
)We also have an online ShinyApp.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.