Tutorials and examples

Executable notebooks live in the repository examples/ directory on GitHub:

https://github.com/ecrl/graphchem/tree/master/examples

Property prediction

These notebooks load a bundled dataset, encode SMILES, and train or evaluate a MoleculeGCN:

Comparison experiments

Additional training notebooks and CSV splits under examples/comparison/:

Extras

Install optional example dependencies with:

pip install -e ".[examples]"