Code and data for the paper Benchmarking Machine Learning Models for Polymer Informatics: An Example of Glass Transition Temperature.
Code to compare the true Tg and predicted Tg from differnet machine learning models.
- All the polymer data can be found in the PolyInfo database https://polymer.nims.go.jp/en/ (National Institute for Materials Science (NIMS) holds the copyright of this database system).
- MD simulated 566 polymers in Dataset_2 of the paper are listed in csv file.
- MD simulated 100 polymers in Dataset_1 of the paper are listed in excel file.
Keras and scikit-learn models are saved into pickle files.
Required packages and versions are listed in the requirements.txt.