Skip to main content

A multimodal AI-Ready Dataset. Updated Regularly. More details from TrialBench: Multi-Modal AI-Ready Datasets for Clinical Trial Prediction.

Project description

TrialBench: Multi-modal AI-ready Clinical Trial Datasets

PyPI version License

1. Installation

pip install trialbench

2. Tasks & Phases

Supported Tasks Task Name Phase Name
Mortality Prediction mortality_rate/mortality_rate_yn 1-4
Adverse Event Prediction serious_adverse_rate/serious_adverse_rate_yn 1-4
Patient Retention Prediction patient_dropout_rate/patient_dropout_rate_yn 1-4
Trial Duration Prediction duration 1-4
Trial Outcome Prediction outcome 1-4
Trial Failure Analysis failure_reason 1-4
Dosage Prediction dose/dose_cls All

Clinical Trial Phases

Phase 1: Safety Evaluation
Phase 2: Efficacy Assessment
Phase 3: Large-scale Testing
Phase 4: Post-marketing Surveillance

3. Quick Start

import trialbench

# Download all datasets at once (optional)
save_path = 'data/'
trialbench.function.download_all_data(save_path)

# Load dataset
task = 'dose'
phase = 'All'

# Load dataloader.Dataloader 
train_loader, valid_loader, test_loader, num_classes, tabular_input_dim = trialbench.function.load_data(task, phase, data_format='dl')
# or Load pd.Dataframe
train_df, valid_df, test_df, num_classes, tabular_input_dim = trialbench.function.load_data(task, phase, data_format='df')

4. Data Loading

load_data Parameters

Parameter Type Description
task str Target prediction task (e.g., 'mortality_rate_yn')
phase int Clinical trial phase (1-4)
data_format str Data format ('dl' for Dataloader, 'df' for pd.DataFrame)

5. Citation

If you use TrialBench in your research, please cite:

@article{chen2024trialbench,
  title={Trialbench: Multi-modal artificial intelligence-ready clinical trial datasets},
  author={Chen, Jintai and Hu, Yaojun and Wang, Yue and Lu, Yingzhou and Cao, Xu and Lin, Miao and Xu, Hongxia and Wu, Jian and Xiao, Cao and Sun, Jimeng and others},
  journal={arXiv preprint arXiv:2407.00631},
  year={2024}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trialbench-0.2.1.tar.gz (37.7 MB view details)

Uploaded Source

File details

Details for the file trialbench-0.2.1.tar.gz.

File metadata

  • Download URL: trialbench-0.2.1.tar.gz
  • Upload date:
  • Size: 37.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for trialbench-0.2.1.tar.gz
Algorithm Hash digest
SHA256 c1c698baaca6eb946e042aa8ce64e3e8b6eed1e963c06da71da67fc0eef0b2ee
MD5 7ba50152507a3433e7d98fa5033b51c6
BLAKE2b-256 4c0e619ec07b7b237670319ac4fc5a064d8b80fd1c5a978c2ee4643d059d2176

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page