README.md

ReBoost

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

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)


nunompmoniz/ReBoost documentation built on Sept. 15, 2021, 8:28 p.m.