mikames / MakeSynthetic

Simple synthetic dataset generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MakeSynthetic

Setup

  1. create a python virtual environment
python3 -m venv env_synth
  1. activate your enviornment
  2. download the files into that new directory
  3. make sure you have a data directory - this is where it will write your csv file
  4. install requirements
pip3 install -r requirements.txt
  1. run the sample make_synthetic.py
python3 make_synthetic.py config_example_110k.json                

It's not perfect but will generate AFD OFI ready datasets.

the program will generate a synthietic CSV dataset with predictive performance; AND a txt summary of the file with a profile of the datset, expected performance, and variable importance

About

Simple synthetic dataset generator

License:GNU General Public License v3.0


Languages

Language:Python 100.0%