SMOTEWB: Imbalanced Resampling using SMOTE with Boosting (SMOTEWB)

Provides the SMOTE with Boosting (SMOTEWB) algorithm. See F. Sağlam, M. A. Cengiz (2022) <doi:10.1016/j.eswa.2022.117023>. It is a SMOTE-based resampling technique which creates synthetic data on the links between nearest neighbors. SMOTEWB uses boosting weights to determine where to generate new samples and automatically decides the number of neighbors for eacg sample. It is robust to noise and outperforms most of the alternatives according to Matthew Correlation Coefficient metric. Alternative resampling methods are also available in the package.

Version: 1.2.0
Depends: R (≥ 4.2)
Imports: stats, FNN, RANN, rpart, Rfast
Published: 2024-04-08
Author: Fatih Saglam ORCID iD [aut, cre]
Maintainer: Fatih Saglam <saglamf89 at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Citation: SMOTEWB citation info
Materials: README
CRAN checks: SMOTEWB results

Documentation:

Reference manual: SMOTEWB.pdf

Downloads:

Package source: SMOTEWB_1.2.0.tar.gz
Windows binaries: r-prerel: SMOTEWB_1.2.0.zip, r-release: SMOTEWB_1.2.0.zip, r-oldrel: SMOTEWB_1.2.0.zip
macOS binaries: r-prerel (arm64): SMOTEWB_1.2.0.tgz, r-release (arm64): SMOTEWB_1.2.0.tgz, r-oldrel (arm64): SMOTEWB_1.2.0.tgz, r-prerel (x86_64): SMOTEWB_1.2.0.tgz, r-release (x86_64): SMOTEWB_1.2.0.tgz
Old sources: SMOTEWB archive

Reverse dependencies:

Reverse imports: imbalanceDatRel

Linking:

Please use the canonical form https://CRAN.R-project.org/package=SMOTEWB to link to this page.