Azure

Azure DevOps and Machine Learning are important tools for a data scientist. Learn about industry best practices for working with these tools in these posts.

Schedule pipelines and experiments in Azure Machine Learning Members Public

In Azure Machine Learning one runs experiments to train or score a model, these experiments can be run separately or within a string of steps, called a pipeline. This pipeline can then be scheduled to run on either an event based schedule or time based.

Stephen Allwright
Stephen Allwright
Azure

Deploy machine learning model to ACI in Azure Machine Learning Members Public

Deploying a machine learning model to an Azure Container Instance (ACI) allows you to make live predictions against your trained model for testing or small production systems

Stephen Allwright
Stephen Allwright
Azure

Set up CI/CD pipelines for machine learning in Azure DevOps Members Public

Continuous integration and continuous deployment (CI/CD) pipelines in Azure DevOps are an effective way of automatically training your machine learning models after new code has been pushed to a branch

Stephen Allwright
Stephen Allwright
Azure

Create a new repository from a template in Azure DevOps Members Public

Having a project template repository in Azure DevOps to clone when starting new projects is helpful for data science teams who are wanting to speed up the creation of new solutions or help onboard new data scientists

Stephen Allwright
Stephen Allwright
Azure

Register model in Azure Machine Learning Members Public

Register your model in Azure Machine Learning along with additional files needed for scoring

Stephen Allwright
Stephen Allwright
Azure

Run an experiment in Azure Machine Learning Members Public

Run an experiment in Azure Machine Learning using the Python SDK

Stephen Allwright
Stephen Allwright
Azure