Get Started with PyTDC

Installation

Install PyTDC using pip:

pip install pytdc-nextml

Quick Start

Here's a simple example to get you started with PyTDC:

from tdc_ml.single_pred import ADME

# Load a dataset
data = ADME(name='Caco2_Wang')

# Get the split
split = data.get_split()

print(split['train'].head())

Documentation

For detailed documentation, examples, and tutorials, please visit:

Next Steps

Explore Datasets

Browse our comprehensive collection of datasets for drug discovery

View Datasets →

Pre-trained Models

Access our collection of pre-trained foundation models

View Models →