Skip to content

missing import azure.ai.ml.sweep in the sample code #1631

Open
@RohitMungi-MSFT

Description

@RohitMungi-MSFT

Which example? Describe the issue

This notebook is missing the following import statement for the cell "Configure the Command" step 2.1

from azure.ai.ml.sweep import Choice, Uniform, MedianStoppingPolicy

Original issue reported from Azure docs
https://github.com/MicrosoftDocs/azure-docs/issues/98282

example: Add the import statement in step 2.1 for the cell "Configure the Command"
from azure.ai.ml.sweep import Choice, Uniform, MedianStoppingPolicy

description:
Without this import an error will be reported when the cell 3.1 "Modify or define inputs to sweep" is run.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions