Skip to content

Instantly share code, notes, and snippets.

@MathiasGruber
Created June 23, 2021 08:06
Show Gist options
  • Save MathiasGruber/c081a2034ec3632b80455babb00f3e24 to your computer and use it in GitHub Desktop.
Save MathiasGruber/c081a2034ec3632b80455babb00f3e24 to your computer and use it in GitHub Desktop.
Training solubility ensemble model
# Train a logSolubility model
python train.py \
--data_path data/delaney.csv \
--dataset_type regression \
--save_dir delaney_checkpoints \
--ensemble 3 --num_folds 10 --epochs 50
# Get bayes ensemble grad results
python interpret_local.py \
--test_path data/delaney_subset.csv \
--checkpoint_dir delaney_checkpoints \
--preds_path delaney_preds/delaney_preds.csv \
--bayes_path delaney_preds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment