Technical requirements
In this chapter, we will use the following Python libraries and versions to create MLOps pipelines in Azure DevOps:
azureml-core 1.34.0
azureml-sdk
1.34.0
pandas 1.3.3
tensorflow 2.6.0
pytest 7.1.1
pytest-cov 3.0.0
mock 4.0.3
tox 3.24.5
Most of the scripts and pipelines discussed in this chapter need to be scheduled to execute in Azure DevOps.
All code examples in this chapter can be found in the GitHub repository for this book: https://github.com/PacktPublishing/Mastering-Azure-Machine-Learning-Second-Edition/tree/main/chapter16.