automl_step Module

Contains functionality for adding and managing an automated ML pipeline step in Azure Machine Learning.

Classes

AutoMLStep

Creates an Azure ML Pipeline step that encapsulates an automated ML run.

For an example of using AutoMLStep, see the notebook https://aka.ms/pl-automl.

Initialize an AutoMLStep.

AutoMLStepRun

Provides information about an automated ML experiment run and methods for retrieving default outputs.

The AutoMLStepRun class is used to manage, check status, and retrieve run details once an automated ML run is submitted in a pipeline. In addition, this class can be used to get the default outputs of the AutoMLStep via the StepRun class.

Initialize a automl step run.