Ramprasad-Group / polygnn

polyGNN is a Python library to automate ML model training for polymer informatics.
Other
30 stars 5 forks source link

Create a `example_predict.py` file #10

Closed rishigurnani closed 1 year ago

rishigurnani commented 1 year ago

The purpose of this file is to provide an example of how to just do prediction using already-trained models. A prediction example is already contained in example.py but it is far down in the file (something like line 340), so having a new shorter file will be helpful.

As part of this issue, let's also create another folder called more_examples and place example_predict.py in it. Additional example files can be added to this directory without cluttering the root directory.