AstraZeneca / chemicalx

A PyTorch and TorchDrug based deep learning library for drug pair scoring. (KDD 2022)
https://chemicalx.readthedocs.io
Apache License 2.0
708 stars 87 forks source link

Add dataset resolver around dataset loader class #24

Closed cthoyt closed 2 years ago

cthoyt commented 2 years ago

Summary

Similarly to #18, this PR adds base classes for each dataset and a class resolver for looking them up.

Changes

benedekrozemberczki commented 2 years ago

Thank you @cthoyt!