From b0b3ff71515fd450d030f5024b0650321cc7f378 Mon Sep 17 00:00:00 2001 From: qusongms <142928570+qusongms@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:55:23 -0700 Subject: [PATCH] upgrade tabular env version in rai tabular examples (#3431) --- .../train_housing.yml | 2 +- .../train_programmers.yml | 2 +- .../mlflow-deployment-with-explanations.ipynb | 4 ++-- .../responsibleaidashboard-diabetes-decision-making.ipynb | 4 ++-- ...sibleaidashboard-diabetes-regression-model-debugging.ipynb | 4 ++-- .../responsibleaidashboard-ed-student-attrition-clf.ipynb | 4 ++-- .../responsibleaidashboard-finance-loan-classification.ipynb | 4 ++-- ...sponsibleaidashboard-healthcare-covid-classification.ipynb | 4 ++-- ...leaidashboard-housing-classification-model-debugging.ipynb | 4 ++-- .../responsibleaidashboard-housing-decision-making.ipynb | 4 ++-- ...bleaidashboard-programmer-regression-model-debugging.ipynb | 4 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/cli/responsible-ai/cli-responsibleaidashboard-housing-classification/train_housing.yml b/cli/responsible-ai/cli-responsibleaidashboard-housing-classification/train_housing.yml index d02f77c6f97..ae556dbacad 100644 --- a/cli/responsible-ai/cli-responsibleaidashboard-housing-classification/train_housing.yml +++ b/cli/responsible-ai/cli-responsibleaidashboard-housing-classification/train_housing.yml @@ -21,7 +21,7 @@ outputs: type: path code: ./train.py -environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4 +environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7 command: >- python train.py --training_data ${{inputs.training_data}} diff --git a/cli/responsible-ai/cli-responsibleaidashboard-programmer-regression/train_programmers.yml b/cli/responsible-ai/cli-responsibleaidashboard-programmer-regression/train_programmers.yml index d02f77c6f97..ae556dbacad 100644 --- a/cli/responsible-ai/cli-responsibleaidashboard-programmer-regression/train_programmers.yml +++ b/cli/responsible-ai/cli-responsibleaidashboard-programmer-regression/train_programmers.yml @@ -21,7 +21,7 @@ outputs: type: path code: ./train.py -environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4 +environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7 command: >- python train.py --training_data ${{inputs.training_data}} diff --git a/sdk/python/responsible-ai/mlflow-deployment-with-explanations/mlflow-deployment-with-explanations.ipynb b/sdk/python/responsible-ai/mlflow-deployment-with-explanations/mlflow-deployment-with-explanations.ipynb index a38fdac9eba..7f0e5b2fa26 100644 --- a/sdk/python/responsible-ai/mlflow-deployment-with-explanations/mlflow-deployment-with-explanations.ipynb +++ b/sdk/python/responsible-ai/mlflow-deployment-with-explanations/mlflow-deployment-with-explanations.ipynb @@ -535,7 +535,7 @@ " model_output:\n", " type: path\n", "code: ./component_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "\"\"\"\n", " + r\"\"\"\n", "command: >-\n", @@ -580,7 +580,7 @@ " model_info_output_path:\n", " type: path\n", "code: ./register_model_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "command: >-\n", " python register.py\n", " --model_input_path ${{{{inputs.model_input_path}}}}\n", diff --git a/sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-decision-making/responsibleaidashboard-diabetes-decision-making.ipynb b/sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-decision-making/responsibleaidashboard-diabetes-decision-making.ipynb index 6e5f9ea4d5f..04727ddbaf3 100644 --- a/sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-decision-making/responsibleaidashboard-diabetes-decision-making.ipynb +++ b/sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-decision-making/responsibleaidashboard-diabetes-decision-making.ipynb @@ -507,7 +507,7 @@ " model_output:\n", " type: path\n", "code: ./component_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "\"\"\"\n", " + r\"\"\"\n", "command: >-\n", @@ -552,7 +552,7 @@ " model_info_output_path:\n", " type: path\n", "code: ./register_model_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "command: >-\n", " python register.py\n", " --model_input_path ${{{{inputs.model_input_path}}}}\n", diff --git a/sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-regression-model-debugging/responsibleaidashboard-diabetes-regression-model-debugging.ipynb b/sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-regression-model-debugging/responsibleaidashboard-diabetes-regression-model-debugging.ipynb index 94875eef3b1..dbeffee876c 100644 --- a/sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-regression-model-debugging/responsibleaidashboard-diabetes-regression-model-debugging.ipynb +++ b/sdk/python/responsible-ai/tabular/responsibleaidashboard-diabetes-regression-model-debugging/responsibleaidashboard-diabetes-regression-model-debugging.ipynb @@ -501,7 +501,7 @@ " model_output:\n", " type: path\n", "code: ./component_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "\"\"\"\n", " + r\"\"\"\n", "command: >-\n", @@ -546,7 +546,7 @@ " model_info_output_path:\n", " type: path\n", "code: ./register_model_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "command: >-\n", " python register.py\n", " --model_input_path ${{{{inputs.model_input_path}}}}\n", diff --git a/sdk/python/responsible-ai/tabular/responsibleaidashboard-ed-student-attrition-clf/responsibleaidashboard-ed-student-attrition-clf.ipynb b/sdk/python/responsible-ai/tabular/responsibleaidashboard-ed-student-attrition-clf/responsibleaidashboard-ed-student-attrition-clf.ipynb index 9ec878e8ecd..7c2d75920c9 100644 --- a/sdk/python/responsible-ai/tabular/responsibleaidashboard-ed-student-attrition-clf/responsibleaidashboard-ed-student-attrition-clf.ipynb +++ b/sdk/python/responsible-ai/tabular/responsibleaidashboard-ed-student-attrition-clf/responsibleaidashboard-ed-student-attrition-clf.ipynb @@ -954,7 +954,7 @@ " model_output:\n", " type: path\n", "code: ./component_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "\"\"\"\n", " + r\"\"\"\n", "command: >-\n", @@ -1135,7 +1135,7 @@ " model_info_output_path:\n", " type: path\n", "code: ./register_model_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "command: >-\n", " python register.py\n", " --model_input_path ${{{{inputs.model_input_path}}}}\n", diff --git a/sdk/python/responsible-ai/tabular/responsibleaidashboard-finance-loan-classification/responsibleaidashboard-finance-loan-classification.ipynb b/sdk/python/responsible-ai/tabular/responsibleaidashboard-finance-loan-classification/responsibleaidashboard-finance-loan-classification.ipynb index 232c10ecf05..885a5d9aed7 100644 --- a/sdk/python/responsible-ai/tabular/responsibleaidashboard-finance-loan-classification/responsibleaidashboard-finance-loan-classification.ipynb +++ b/sdk/python/responsible-ai/tabular/responsibleaidashboard-finance-loan-classification/responsibleaidashboard-finance-loan-classification.ipynb @@ -922,7 +922,7 @@ " model_output:\n", " type: path\n", "code: ./component_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "\"\"\"\n", " + r\"\"\"\n", "command: >-\n", @@ -1103,7 +1103,7 @@ " model_info_output_path:\n", " type: path\n", "code: ./register_model_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "command: >-\n", " python register.py\n", " --model_input_path ${{{{inputs.model_input_path}}}}\n", diff --git a/sdk/python/responsible-ai/tabular/responsibleaidashboard-healthcare-covid-classification/responsibleaidashboard-healthcare-covid-classification.ipynb b/sdk/python/responsible-ai/tabular/responsibleaidashboard-healthcare-covid-classification/responsibleaidashboard-healthcare-covid-classification.ipynb index 06d36293847..a7689d87bfb 100644 --- a/sdk/python/responsible-ai/tabular/responsibleaidashboard-healthcare-covid-classification/responsibleaidashboard-healthcare-covid-classification.ipynb +++ b/sdk/python/responsible-ai/tabular/responsibleaidashboard-healthcare-covid-classification/responsibleaidashboard-healthcare-covid-classification.ipynb @@ -958,7 +958,7 @@ " model_output:\n", " type: path\n", "code: ./component_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "\"\"\"\n", " + r\"\"\"\n", "command: >-\n", @@ -1145,7 +1145,7 @@ " model_info_output_path:\n", " type: path\n", "code: ./register_model_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "command: >-\n", " python register.py\n", " --model_input_path ${{{{inputs.model_input_path}}}}\n", diff --git a/sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-classification-model-debugging/responsibleaidashboard-housing-classification-model-debugging.ipynb b/sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-classification-model-debugging/responsibleaidashboard-housing-classification-model-debugging.ipynb index 8117a59b961..b8e58e768bd 100644 --- a/sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-classification-model-debugging/responsibleaidashboard-housing-classification-model-debugging.ipynb +++ b/sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-classification-model-debugging/responsibleaidashboard-housing-classification-model-debugging.ipynb @@ -514,7 +514,7 @@ " model_output:\n", " type: path\n", "code: ./component_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "\"\"\"\n", " + r\"\"\"\n", "command: >-\n", @@ -559,7 +559,7 @@ " model_info_output_path:\n", " type: path\n", "code: ./register_model_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "command: >-\n", " python register.py\n", " --model_input_path ${{{{inputs.model_input_path}}}}\n", diff --git a/sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-decision-making/responsibleaidashboard-housing-decision-making.ipynb b/sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-decision-making/responsibleaidashboard-housing-decision-making.ipynb index 471a6ef4962..4bd3d374ead 100644 --- a/sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-decision-making/responsibleaidashboard-housing-decision-making.ipynb +++ b/sdk/python/responsible-ai/tabular/responsibleaidashboard-housing-decision-making/responsibleaidashboard-housing-decision-making.ipynb @@ -509,7 +509,7 @@ " model_output:\n", " type: path\n", "code: ./component_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "\"\"\"\n", " + r\"\"\"\n", "command: >-\n", @@ -554,7 +554,7 @@ " model_info_output_path:\n", " type: path\n", "code: ./register_model_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "command: >-\n", " python register.py\n", " --model_input_path ${{{{inputs.model_input_path}}}}\n", diff --git a/sdk/python/responsible-ai/tabular/responsibleaidashboard-programmer-regression-model-debugging/responsibleaidashboard-programmer-regression-model-debugging.ipynb b/sdk/python/responsible-ai/tabular/responsibleaidashboard-programmer-regression-model-debugging/responsibleaidashboard-programmer-regression-model-debugging.ipynb index 0bd7ba430e0..fc85c59da15 100644 --- a/sdk/python/responsible-ai/tabular/responsibleaidashboard-programmer-regression-model-debugging/responsibleaidashboard-programmer-regression-model-debugging.ipynb +++ b/sdk/python/responsible-ai/tabular/responsibleaidashboard-programmer-regression-model-debugging/responsibleaidashboard-programmer-regression-model-debugging.ipynb @@ -552,7 +552,7 @@ " model_output:\n", " type: path\n", "code: ./programmer_component_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "command: >-\n", " python training_script_reg.py\n", " --training_data ${{{{inputs.training_data}}}}\n", @@ -594,7 +594,7 @@ " model_info_output_path:\n", " type: path\n", "code: ./register_model_src/\n", - "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/4\n", + "environment: azureml://registries/azureml/environments/responsibleai-tabular/versions/7\n", "command: >-\n", " python register.py\n", " --model_input_path ${{{{inputs.model_input_path}}}}\n",