Create an experiment

PHOTO EMBED

Fri Apr 08 2022 23:12:53 GMT+0000 (Coordinated Universal Time)

Saved by @wessim

from azureml.core import Experiment

experiment_name = 'my_experiment'
experiment = Experiment(workspace=ws, name=experiment_name)
content_copyCOPY

Create an experiment in your workspace. An experiment is a light-weight container that helps to organize run submissions and keep track of code.

https://docs.microsoft.com/en-us/azure/machine-learning/how-to-set-up-training-targets