Open
Description
Blocked by #602.
Add GMPP main function that:
- Takes GNN model type (like MPNN or GAT) and optionally some kwargs parameters for it.
- Takes featurisers preset (for atoms and bonds).
- Takes CSV dataset, SMILES column and Assay column.
- Builds model, performs cross-validation and returns train, validation and test score.
- Use it in the notebook.
Going extra mile:
- Add CLI interface using
argparse
.