Skip to content

Instantly share code, notes, and snippets.

@mribeirodantas
Created March 3, 2020 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mribeirodantas/79965583c462f2dbf46951c80dfa06ad to your computer and use it in GitHub Desktop.
Save mribeirodantas/79965583c462f2dbf46951c80dfa06ad to your computer and use it in GitHub Desktop.
dvc push
# And let's commit this new analyses.
git add .
git commit -m "Changes preprocessing for NA imputation by mean"
# Add a new tag to help DVC know this is a finished analyses
git tag -a "NA-imputation-by-mean" -m "NAimputation"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment