danielsc / azureml-workshop-2019

AzureML Workshop for the 2019 Euro Tour
MIT License
30 stars 44 forks source link

[Design-Issue:SDK] AutoML-DATA GUARDRAILS default behavior inconsistent between LOCAL vs. REMOTE runs #30

Open CESARDELATORRE opened 4 years ago

CESARDELATORRE commented 4 years ago

When running a local training with AutoML, by default it outputs DATA GUARDRAILS information. However, in a remote training with AutoML, by default, it doesn't show any info on DATA GUARDRAILS.

By default behavior and output should be consistent between local and remote AutoML trainings.

Local AutoML Training (It shows DATA GUARDRAILS):

https://github.com/danielsc/azureml-workshop-2019/blob/master/2-training-and-interpretability/2.3-automl-training/local-compute/binayclassification-employee-attrition-autoaml-local-compute.ipynb

image

Remote AutoML Training: (It does NOT show DATA GUARDRAILS)

https://github.com/danielsc/azureml-workshop-2019/blob/master/2-training-and-interpretability/2.3-automl-training/remote-compute/binayclassification-employee-attrition-autoaml-remote-amlcompute.ipynb

image

danielsc commented 4 years ago

filed bug: https://msdata.visualstudio.com/Vienna/_workitems/edit/583733