TOP

TrialOutcome

Dataset Description

Full metadata for this dataset will be added soon.

Dataset Statistics

Available Splits

Usage Example

from tdc_ml.multi_pred import TrialOutcome

data = TrialOutcome(name='TOP')

# Access the data
df = data.get_data()
print(df.head())

# Get train/val/test splits
split = data.get_split()
print(split)

License

This dataset is licensed under Not specified