GDSC2

DrugRes

Dataset Description

Full metadata for this dataset will be added soon.

Dataset Statistics

Available Splits

Usage Example

from tdc_ml.multi_pred import DrugRes

data = DrugRes(name='GDSC2')

# 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