MicrosoftLearning / mslearn-azure-ml

https://microsoftlearning.github.io/mslearn-azure-ml/
MIT License
188 stars 212 forks source link

Designer component doesn't exist #7

Closed elenamoor closed 1 year ago

elenamoor commented 1 year ago

Lab/Demo: designer

Task: Create a new pipeline

Step: 04

Instructions state to "Drag and drop the Remove Empty Rows component on to the canvas, below the diabetes-folder".

the step Remove Empty Rows is not on the list for any of the students. I checked the setup script, and I don't think we are creating this component either.

Thanks!

1. 1. 1.

madiepev commented 1 year ago

The component is created in the setup script which is located in folder 05. The line az ml component create --file ./fix-missing-data.yml -w mlw-dp100-labs -g rg-dp100-labs creates this component. It's likely that you're in the wrong part of the Designer. Make sure to select Custom before creating a new pipeline.