Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.3 KB

File metadata and controls

26 lines (18 loc) · 1.3 KB

Crosscut Meta Data Model Synthetic Data Generator

A script that can be run in the cloud to create synthetic datasets for testing and demonstration

To Run:

  1. Click the Binder button to load Rstudio in your browser
  2. In the lower right corner click builddataset.R
  3. In the top right text editor, change any desired values in the User Settable Options section
  4. Click the source button at the top of the text editor to run the tool

To download results:

  1. Open the Terminal and commpress your output folder by running tar -zcvf outdir.tar.gz outdir/
  2. In the side panel, check the box next to your copmressed file
  3. Click the blue gear that says More
  4. Choose Export and select a location for saving the file
  5. Locally, uncompress the the file with tar -xf outdir.tar.gz

Follow these steps to submit your data for testing.

Optional, save a copy of your modified builddataset.R as a branch for future reference.

For more information, see the