Metabolic Outcomes Trial

Synthetic patient-level metabolic and intervention outcomes for clinical and ML research.

This resource represents a fully synthetic cohort patterned after metabolic scenarios: there are no real patients or protected health information, only statistically plausible records for method development and reproducible benchmarks.

Rows include variables such as patient_id, age, sex, treatment_group, baseline_measure, outcome_measure. You can inspect the full schema and representative preview below before downloading or generating a fresh cohort with the Syntherx SDK.

Teams use datasets like this for AI and statistical modeling, digital twin and pathway simulation, curriculum and sandbox environments, and cross-institutional collaborations where sharing real data is impractical.

Research Dataset — $99

Secure checkout via Stripe.

Includes CSV, JSON, and Parquet — ready for ML pipelines

Variable Schema

Column NameTypeDescription
patient_idstringUnique synthetic patient identifier
agenumberSynthetic patient age
sexstringSynthetic patient sex
treatment_groupstringTreatment or control group
baseline_measurenumberBaseline metabolic marker (e.g. composite index)
outcome_measurenumberOutcome metabolic marker at follow-up

Data Preview

First 9 rows (preview only)

Includes CSV, JSON, and Parquet — ready for ML pipelines

patient_idagesextreatment_groupbaseline_measureoutcome_measure
P00000171Femaletreatment8.36.8
P00000243Malecontrol97.1
P00000359Femaletreatment8.87.5
P00000467Malecontrol9.17.5
P00000544Malecontrol8.97
P00000665Maletreatment7.96.9
P00000751Femaletreatment9.68.3
P00000853Malecontrol8.78
P00000951Femaletreatment8.67.4

Reproduce This Dataset

Recreate this dataset in Python (Jupyter, Kaggle, or Google Colab) using the Syntherx SDK.

# Install Syntherx SDK
pip install syntherx

from syntherx import generate_dataset

df = generate_dataset(
    blueprint="metabolic_outcomes_trial",
    rows=5000
)

df.to_csv("metabolic_outcomes_trial.csv")

Use Cases

  • Build and validate AI/ML pipelines for Metabolic scenarios without using real patient data.
  • Train and evaluate models on structured fields such as patient_id, age, sex, treatment_group.
  • Run simulations, power analyses, and exploratory analytics in a privacy-safe sandbox.
  • Prototype dashboards, ETL flows, and feature stores before touching production systems.

Dataset Characteristics

  • Fully synthetic — no PHI; suitable for sharing, teaching, and external collaboration.
  • Schema includes 6 variables: patient_id, age, sex, treatment_group, baseline_measure, outcome_measure
  • Delivered in researcher-friendly formats (CSV, JSON, Parquet) for downstream tooling.
  • Generated with the Syntherx simulation engine for reproducible cohort-scale draws.

Privacy-Safe Synthetic Dataset

  • Contains no real patient data
  • Generated using statistical simulation
  • Designed for machine learning research

Related Datasets

Explore adjacent synthetic cohorts in the same domain or browse nearby clinical themes.

Unlock the Syntherx Platform

Generate custom datasets tailored to your research and AI needs.

Generate Custom Datasets