Hi I was trying to run the 14. 'Interpret Models' exercise from https://aka.ms/mslearn-dp100 in Azure ML Jupyter notebook, and was met with following error:
i have installed the relevant packages and was unsure how to resolve it
Hi I was trying to run the 14. 'Interpret Models' exercise from https://aka.ms/mslearn-dp100 in Azure ML Jupyter notebook, and was met with following error:
i have installed the relevant packages and was unsure how to resolve it
@BoonChong-7038 Thanks for the question. Here is the document and the sample to add the conda dependencies.
If you do not need any python dependencies on top your base image you can set user_managed_dependencies to True and base image will be used as is and no additional dependencies will be installed.
10 people are following this question.