File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# synthdiet
22
3+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/synthdiet.svg )] ( https://pypi.org/project/synthdiet/ )
4+ [ ![ Python versions] ( https://img.shields.io/pypi/pyversions/synthdiet.svg )] ( https://pypi.org/project/synthdiet/ )
5+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
6+ [ ![ CI] ( https://github.com/bugraayancom/synthdiet/actions/workflows/ci.yml/badge.svg )] ( https://github.com/bugraayancom/synthdiet/actions/workflows/ci.yml )
7+
38A Python library for generating synthetic patients with realistic clinical
49conditions and simulating dietary interventions on them.
510
@@ -74,7 +79,16 @@ patients before bringing them to a clinic.
7479## Installation
7580
7681``` bash
77- pip install -e " .[dev,viz]"
82+ pip install synthdiet
83+ ```
84+
85+ Optional extras:
86+
87+ ``` bash
88+ pip install " synthdiet[viz]" # matplotlib visualisations
89+ pip install " synthdiet[causal]" # networkx DAG export
90+ pip install " synthdiet[docs]" # Sphinx + furo + myst-parser
91+ pip install " synthdiet[dev]" # pytest + ruff + mypy + matplotlib
7892```
7993
8094` synthdiet ` requires Python 3.9+ and depends on ` numpy ` , ` pandas ` , and ` scipy ` .
You can’t perform that action at this time.
0 commit comments