Single-Instance TasksYieldsBuchwald-Hartwig

Buchwald-Hartwig

Yields

Dataset Description

Ahneman et al. performed high-throughput experiments on Pd-catalysed Buchwald–Hartwig C-N cross coupling reactions, measuring the yields for each reaction.

Task Description

Given reactant and product set X, predict the yields Y.

Dataset Statistics

55,370 reactions.

Available Splits

Random Split

Usage Example

from tdc_ml.single_pred import Yields

data = Yields(name='Buchwald-Hartwig')

# 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 CC BY 4.0.