AugmenterR: Data Augmentation for Machine Learning on Tabular Data

Implementation of a data augmentation technique based on conditional entropy It was devised by both authors during their masters and is discussed in detail in the second author dissertation. It is able to create novel samples conditioned on a desired value of a categorical attribute, as a way to augment data for classification tasks Tests discussed in the dissertation and future paper present that the technique satisfies several statistical assumptions for the novel samples. It also shows significant improvement for machine learning models trained on small data.

Version: 0.1.0
Suggests: knitr, ggplot2, markdown
Published: 2021-03-18
Author: Rafael S. Pereira [aut, cre, cph], Henrique Matheus ferreira da silva [aut, cph], Fabio A.M Porto [aut, ths, cph]
Maintainer: Rafael S. Pereira <r.s.p.models at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
CRAN checks: AugmenterR results

Documentation:

Reference manual: AugmenterR.pdf
Vignettes: AugmenterR

Downloads:

Package source: AugmenterR_0.1.0.tar.gz
Windows binaries: r-devel: AugmenterR_0.1.0.zip, r-release: AugmenterR_0.1.0.zip, r-oldrel: AugmenterR_0.1.0.zip
macOS binaries: r-release (arm64): AugmenterR_0.1.0.tgz, r-oldrel (arm64): AugmenterR_0.1.0.tgz, r-release (x86_64): AugmenterR_0.1.0.tgz, r-oldrel (x86_64): AugmenterR_0.1.0.tgz

Linking:

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