Skip to content

Instantly share code, notes, and snippets.

@gvyshnya
Created August 20, 2017 19:22
Show Gist options
  • Save gvyshnya/9d80e51ba3d7aa5bd37d100ed82376ee to your computer and use it in GitHub Desktop.
Save gvyshnya/9d80e51ba3d7aa5bd37d100ed82376ee to your computer and use it in GitHub Desktop.
DVC repro command power
# Improve ensemble configuration
$ vi code/config.R
# Commit all the changes.
$ git commit -am "Updated weights of the models in the ensemble"
# Reproduce the ensemble prediction
$ dvc repro data/submission_ensemble.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment