Therapeutics Data Commons (TDC) is a unified, open-source framework for machine learning in therapeutics. It provides standardized datasets, benchmarks, and tools for tasks like drug-target interaction, ADMET prediction, and clinical trial outcome prediction. Current version 1.1.15, with frequent updates.
pip install PyTDCVerified import paths — ran on the pinned version, not inferred.
Load Caco2 permeability dataset and split into train/valid/test.
Upgrade Python to 3.8 or higher.
Set environment variable TDC_CACHE_DIR to a writable directory, or use data.DataLoader for custom files.
Always provide seed parameter to get_split(method='random', seed=42).
No dependency data recorded yet.