azureml-workshop-2019 icon indicating copy to clipboard operation
azureml-workshop-2019 copied to clipboard

Interpretability Widget failing saying "NameError: name 'model' is not defined"

Open CESARDELATORRE opened this issue 5 years ago • 2 comments

Interpretability Widget failing saying "NameError: name 'model' is not defined"

However the model is created and available..:

image

Repro Notebooks: Local training: https://github.com/danielsc/azureml-workshop-2019/blob/master/2-training-and-interpretability/2.2-aml-interpretability/1-simple-feature-transformations-explain-local.ipynb

Remote Training: https://github.com/danielsc/azureml-workshop-2019/blob/master/2-training-and-interpretability/2.2-aml-interpretability/2-explain-model-on-amlcompute.ipynb azureml.contrib.interpret.explanation

CESARDELATORRE avatar Jan 13 '20 21:01 CESARDELATORRE

Bug filed now here: https://msdata.visualstudio.com/Vienna/_workitems/edit/587873

CESARDELATORRE avatar Jan 19 '20 21:01 CESARDELATORRE

This is failing before calling into the dashboard. The failure there is that there is no variable named 'model'. To use the commented out line, please note that datasetX is a keyword arg and you will need to set the keyword 'datasetX' for that line to run.

rihorn2 avatar Jan 27 '20 16:01 rihorn2