Skip to content

Commit

Permalink
Updated the docstring for the generate_synthetic_data script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed May 18, 2024
1 parent 5f9697b commit a3e4bd9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sample_data/generate_synthetic_data.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#!/usr/bin/env python
"""Synthetic Data Generation
This notebook generates some simple synthetic data for us to use to demonstrate the ESGPT pipeline. We'll generate a few files:
This file generates some simple synthetic data for us to use to demonstrate the ESGPT pipeline. We'll generate
a few files:
1. ``subjects.csv``, which contains static data about each subject.
2. ``admission_vitals.csv``, which contains records of admissions, transfers, and vitals signs.
3. ``lab_tests.csv``, which contains records of lab test measurements.
This is all synthetic data designed solely for demonstrating this pipeline. It is not real data, derived from real data, or designed to mimic real data in any way other than plausible file structure.
This is all synthetic data designed solely for demonstrating this pipeline. It is not real data, derived from
real data, or designed to mimic real data in any way other than plausible file structure.
"""

import rootutils
Expand Down

0 comments on commit a3e4bd9

Please sign in to comment.