azureml-workshop-2019
azureml-workshop-2019 copied to clipboard
Interpretability Widget failing saying "NameError: name 'model' is not defined"
Interpretability Widget failing saying "NameError: name 'model' is not defined"
However the model is created and available..:

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
Bug filed now here: https://msdata.visualstudio.com/Vienna/_workitems/edit/587873
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.