Skip to content

This repository contains the scripts used to write my master degree thesis project: "Augmentation of tabular data with continuous features for binary imbalanced classification problems"

Notifications You must be signed in to change notification settings

AndreaZoccatelli/Tabular_data_augmentation_continuous

Repository files navigation

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")

About

This repository contains the scripts used to write my master degree thesis project: "Augmentation of tabular data with continuous features for binary imbalanced classification problems"

Topics

Resources

Stars

Watchers

Forks