An R Package with Boosting and SMOTEBoost implementations for Regression Tasks
Data pre-processing methods such as resampling strategies are the most common approach to tackling imbalanced domain learning tasks. This package encompasses multiple resampling-based boosting strategies for the task of extreme value prediction/imbalanced regression.
References
To install from github use the following command lines in R:
library(devtools) # You need to install this package!
install_github("nunompmoniz/ReBoost",ref="master")
After installation the package can be used loaded by doing:
library(ReBoost)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.