Machine learning for Python apps on Azure

The following articles help you get started with Azure Machine Learning. Azure Machine Learning v2 REST APIs, Azure CLI extension, and Python SDK accelerate the production machine learning lifecycle. The links in this article target v2, which is recommended if you're starting a new machine learning project.

Getting started

The workspace is the top-level resource for Azure Machine Learning, providing a centralized place to work with all the artifacts you create when you use Azure Machine Learning.

Deploy models

Deploy machine learning models for real-time inference.

Automated machine learning

Automated machine learning, also referred to as automated ML or AutoML, is the process of automating the time-consuming, iterative tasks of machine learning model development.

Data access

With Azure Machine Learning, you can bring data from a local machine or an existing cloud-based storage.

Machine learning pipelines

Use machine learning pipelines to create a workflow that stitches together various ML phases.