widgets Package

Contains functionality to view the progress of machine learning training runs in Jupyter Notebooks.

Supported run types include StepRun, PipelineRun, HyperDriveRun, and AutoMLRun. For more information on supported run types and environments, see RunDetails.

Modules

parallel_run_step_details

ParallelRunStep visualization widget.

Classes

ParallelRunStepDetails

Represents a Jupyter notebook widget used to view the progress of ParallelRunStep.

A widget is synchronous and provides updates until ParallelRunStep finishes.

RunDetails

Represents a Jupyter notebook widget used to view the progress of model training.

A widget is asynchronous and provides updates until training finishes.