Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from nihil0/mlops

My view on how MLOps should be implemented on Microsoft Azure

License

Notifications You must be signed in to change notification settings

asutosh7hota/mlops

 
 

Repository files navigation

mlops

Build Status

My view on how MLOps should be implemented on Microsoft Azure

The correct steps to train a model using tags with MLOps

  1. Make changes to train.py
  2. Run the model training on local (possibly downsampled) version of the data
  3. Update pipeline.py and any unit tests
  4. When you are ready to train the model on the training cluster, tag the branch with, e.g., git tag -a -m "Training with new hyperparams" train-vN.N
  5. Push the branch with the --follow-tags flag set, so git push --follow-tags origin master

About

My view on how MLOps should be implemented on Microsoft Azure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 76.0%
  • R 17.7%
  • Shell 4.7%
  • Makefile 1.6%