estimator_step Module

Contains functionality to create a pipeline step that runs an Estimator for Machine Learning model training.

Classes

EstimatorStep

DEPRECATED. Creates a pipeline step to run Estimator for Azure ML model training.

Create an Azure ML Pipeline step to run Estimator for Machine Learning model training.

DEPRECATED. Use the CommandStep instead. For an example see How to run ML training in pipelines with CommandStep.