Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.07 KB

File metadata and controls

21 lines (18 loc) · 2.07 KB

Augmentation of tabular data with continuous features for binary imbalanced classification problems

The aim of this project is to augment the observations that belong to the minority class using copula sampling and conditional GANs in order to improve the performance of the classifiers for binary imbalanced classification problems.

  • For the augmentation based on copulas, my library, GenCopula has been used.
library(devtools)
install_github("AndreaZoccatelli/GenCopula")