DL-101-168-165 613 B

12345678910111213141516
  1. ### DVC
  2. $ git add --all
  3. $ git commit -m "Train Random Forest classifier"
  4. $ dvc commit
  5. $ git push --set-upstream origin random-forest
  6. $ git tag -a randomforest -m "Random Forest classifier with 80.99% accuracy."
  7. $ git push origin --tags
  8. $ dvc push
  9. [random-forest c565b15] Train Random Forest classifier
  10. 3 files changed, 11 insertions(+), 17 deletions(-)
  11. To /home/me/pushes/data-version-control
  12. * [new branch] random-forest -> random-forest
  13. branch 'random-forest' set up to track 'origin/random-forest'.
  14. To /home/me/pushes/data-version-control
  15. * [new tag] randomforest -> randomforest
  16. 1 file pushed