Synthetic Survival Datasets

This page demonstrates the structure of synthetic datasets available in this category, including variable schema, preview data, and reproducibility using the Syntherx SDK.

Example Dataset

Example Survival Schema

Schema and example preview for datasets in this category, fetched from the blueprint API.

Variable Schema

Loading schema...

Data Preview

First 9 rows (preview only)

patient_idagesextreatment_armsurvival_timeevent_observed
P00000164Femaletreatment18.21
P00000259Malecontrol12.51
P00000371Femaletreatment22.10
P00000467Malecontrol9.81
P00000552Femaletreatment25.40
P00000660Malecontrol14.31
P00000755Femaletreatment19.70
P00000869Malecontrol11.21
P00000962Femaletreatment21.50

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="oncology_survival_trial",
    rows=5000
)

df.to_csv("oncology_survival_trial.csv")

Use Cases

  • Survival analysis modeling
  • Oncology research
  • Time-to-event modeling

Privacy-Safe Synthetic Dataset

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

No datasets in this category yet. Browse all datasets

Unlock the Syntherx Platform

Generate custom datasets tailored to your research and AI needs.

Generate custom datasets