Learn DVC In 20 Minutes | What Is DVC | DVC Tutorial For Beginners (Hands-on Tutorials)

Поделиться
HTML-код
  • Опубликовано: 1 июл 2021
  • This is DVC Tutorial for beginners where you will learn what is dvc, how to build machine learning pipelines using dvc, how to track hyper parameters, machine learning dataset, model artifacts using dvc and how to reproduce machine learning pipelines using DVC and how you can implement mlops using dvc for the model development and tracking lifecycle. We will also learn about caching, DVC Dag's and optimization in DVC using dvc caching.
    GITHUB CODE URL:
    github.com/limegurutech/dvc
    Limeguru Website:
    www.limeguru.com
    LimeGuru RUclips Channel
    / limeguru
    Limeguru Facebook Page
    / limeguru

Комментарии • 10

  • @neelg7736
    @neelg7736 Год назад

    Great vid! Thanks so much!

  • @R-Kannada-DevOps
    @R-Kannada-DevOps Год назад

    Straight forward explanation

  • @juliarebrova
    @juliarebrova Год назад

    Thanks for the tutorial

  • @soubhagyanayak4301
    @soubhagyanayak4301 2 года назад

    Helpful

  • @dipanshupaul1819
    @dipanshupaul1819 2 года назад

    Nice tutorial

  • @user-lu3kk8cx6w
    @user-lu3kk8cx6w Год назад

    Thanks for the useful tutorial , Just I fund that with the lates version of dvc there is no run command and we need to use dvc stage add instead of dvc run to create dvc.yaml file

  • @VirUsD1221
    @VirUsD1221 Год назад

    Thanks for the video. Very informative. Just one question, can you run your commands in vs code, especially on Windows? Is there any tutorial on the setup of the vs code to do that? Thanks.

  •  2 года назад +2

    Nice video.
    But as I understand it, you don't need to add the initial CSV file as a dependency to the training stage, because the output/filter file has not changed (you changed a temperature from lower than 20 to 9, which also is lower than 20).
    I mean it's expected that training stage will not produce a different result (dvc knows that output/filter has not changed).
    Or am I misunderstanding anything?

    • @amreezkhan5530
      @amreezkhan5530 Год назад

      What does dependency mean in this MLops context?

  • @thebboojjaann
    @thebboojjaann 10 месяцев назад

    dvc run command does not work, and so the example you gave, what command to use now?