Created
August 20, 2017 19:22
-
-
Save gvyshnya/9d80e51ba3d7aa5bd37d100ed82376ee to your computer and use it in GitHub Desktop.
DVC repro command power
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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