azureml-workshop-2019
azureml-workshop-2019 copied to clipboard
[Design-Issue:SDK] AutoML-DATA GUARDRAILS default behavior inconsistent between LOCAL vs. REMOTE runs
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
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
filed bug: https://msdata.visualstudio.com/Vienna/_workitems/edit/583733