Skip to content

Instantly share code, notes, and snippets.

@MathiasGruber
Last active June 23, 2021 09:27
Show Gist options
  • Save MathiasGruber/fc40f76b976e6bce2a8f1ca5860d1903 to your computer and use it in GitHub Desktop.
Save MathiasGruber/fc40f76b976e6bce2a8f1ca5860d1903 to your computer and use it in GitHub Desktop.
Sample snippet for predicting chemical properties with trained chemprop model
chemprop_predict \
--test_path data/clintox_test.csv \
--checkpoint_dir model_checkpoint \
--features_generator rdkit_2d_normalized --no_features_scaling \
--preds_path data/predictions.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment