Azure / Azure/MachineLearningNotebooks
Using the Custom Module in AzureML Designer
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Following the steps in the notebook I am able to create a Module and I also can see the module in the AzureML designer (Under Custom module).
https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-how-to-use-modulestep.ipynb
Creating pipeline with ModuleStep and running a pipeline from notebook is also possible. But while trying to use the module in the designer, and trying to run a pipeline in an experiment, getting following error,
**Error**
Can't build command text for [ModelExplainer], moduleId [ed91c7cf-028f-4867-a228-b32f74cb8ff2] executionId [e4436bd8]: Assignment for parameter Target is not specified
Where ModelExplainer is the experiment name.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.