Overview¶
A deep learning library focused on graph representation learning for real-world chemical tasks.
- โ State-of-the-art GNN architectures.
- ๐ Extensible API: build your own GNN model and train it with ease.
- โ๏ธ Rich featurization: powerful and flexible built-in molecular featurization.
- ๐ง Pretrained models: for fast and easy inference or transfer learning.
- โฎ Read-to-use training loop based on Pytorch Lightning.
- ๐ Have a new dataset? Graphium provides a simple plug-and-play interface. Change the path, the name of the columns to predict, the atomic featurization, and youโre ready to play!
Installation¶
Use mamba
:
# Install Graphium
mamba install -c conda-forge graphium
or pip:
pip install graphium