Files
kubeflow-pipelines/components/runpod_trainer/requirements.txt
Greg Hendrickson afc8fc6690 feat: Add real DrugBank DDI dataset support via TDC
- Added PyTDC dependency for DrugBank access
- Implemented DDI type -> severity label mapping (0-4)
- Added train/eval split with stratification
- Added accuracy and F1 metrics for evaluation
- Default: 50K samples from DrugBank DDI
- Supports both real data and custom inline data
2026-02-03 02:48:31 +00:00

10 lines
151 B
Plaintext

runpod>=1.7.0
transformers==4.44.0
datasets>=2.16.0
accelerate>=0.30.0
boto3>=1.34.0
scikit-learn>=1.3.0
scipy>=1.11.0
safetensors>=0.4.0
PyTDC>=1.1.0