yhqu/enzymatic_reaction_prediction
Enzymatic Reaction Prediction Dataset This dataset is part of the Deep Principle Bench collection. Files enzymatic_reaction_prediction.csv: Main dataset file Usage import pandas as pd from datasets import load_dataset # Load the dataset dataset = load_dataset("yhqu/enzymatic_reaction_prediction") # Or load directly as pandas DataFrame df = pd.read_csv("hf://datasets/yhqu/enzymatic_reaction_prediction/enzymatic_reaction_prediction.csv")… See the full description on the dataset page: https://huggingface.co/datasets/yhqu/enzymatic_reaction_prediction.
08
Enzymatic Reaction Prediction Dataset
This dataset is part of the Deep Principle Bench collection.
Files
enzymatic_reaction_prediction.csv: Main dataset file
Usage
import pandas as pd
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("yhqu/enzymatic_reaction_prediction")
# Or load directly as pandas DataFrame
df = pd.read_csv("hf://datasets/yhqu/enzymatic_reaction_prediction/enzymatic_reaction_prediction.csv")Citation
Please cite this work if you use this dataset in your research.
