From 766ef9694e8d7d85d5a471e74d7bb28349136907 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Thu, 12 Dec 2019 12:19:37 -0600 Subject: [PATCH] doc --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 141502d..8475923 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ ## Introduction ---- This package is designed to generate synthetic data from a dataset from an original dataset using deep learning techniques @@ -7,12 +6,11 @@ This package is designed to generate synthetic data from a dataset from an origi - With "Earth mover's distance" ## Installation ---- pip install git+https://hiplab.mc.vanderbilt.edu/git/aou/data-maker.git@release ## Usage ---- + After installing the easiest way to get started is as follows (using pandas). The process is as follows: 1. Train the GAN on the original/raw dataset @@ -35,7 +33,6 @@ After installing the easiest way to get started is as follows (using pandas). Th ## Limitations ---- GANS will generate data assuming the original data has all the value space needed: @@ -49,7 +46,6 @@ GANS will generate data assuming the original data has all the value space neede e.g:measurements (height, blood pressure, ...) ## Credits : ---- - [Ziqi Zhang](ziqi.zhang@vanderbilt.edu) - [Brad Malin](b.malin@vanderbilt.edu)