MachineLearningNotebooks/how-to-use-azureml
amlrelsa-ms aae88e87ea update samples from Release-240 as a part of 1.57.0 SDK stable release 2024-08-05 21:57:46 +00:00
..
automated-machine-learning
azure-databricks/automl
azure-synapse
explain-model
machine-learning-pipelines
manage-azureml-service/authentication-in-azureml
ml-frameworks
reinforcement-learning
responsible-ai
track-and-monitor-experiments
training
work-with-data
README.md

README.md

Examples to get started with Azure Machine Learning service

Learn how to use Azure Machine Learning services for experimentation and model management.

As a pre-requisite, run the configuration Notebook notebook first to set up your Azure ML Workspace. Then, run the notebooks in following recommended order.

  • train-within-notebook: Train a model while tracking run history, and learn how to deploy the model as web service to Azure Container Instance.
  • train-on-local: Learn how to submit a run to local computer and use Azure ML managed run configuration.
  • train-on-amlcompute: Use a 1-n node Azure ML managed compute cluster for remote runs on Azure CPU or GPU infrastructure.
  • train-on-remote-vm: Use Data Science Virtual Machine as a target for remote runs.
  • logging-api: Learn about the details of logging metrics to run history.
  • enable-app-insights-in-production-service Learn how to use App Insights with production web service.

Find quickstarts, end-to-end tutorials, and how-tos on the official documentation site for Azure Machine Learning service.