Skip to content

Commit

Permalink
Update RAI notebooks to add RAI built-in component version (#1957)
Browse files Browse the repository at this point in the history
* Update responsibleaidashboard-diabetes-decision-making.ipynb

* Update responsibleaidashboard-diabetes-regression-model-debugging.ipynb

* Update responsibleaidashboard-housing-classification-model-debugging.ipynb

* Update responsibleaidashboard-housing-decision-making.ipynb

* Update responsibleaidashboard-programmer-regression-model-debugging.ipynb
  • Loading branch information
gaugup committed Dec 6, 2022
1 parent b9bc8a8 commit d41eeac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@
"\n",
"# We get latest version and use the same version for all components\n",
"version = rai_constructor_component.version\n",
"print(\"The current version of RAI built-in components is: \" + version)\n",
"\n",
"rai_causal_component = ml_client_registry.components.get(\n",
" name=\"microsoft_azureml_rai_tabular_causal\", version=version\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@
"\n",
"# We get latest version and use the same version for all components\n",
"version = rai_constructor_component.version\n",
"print(\"The current version of RAI built-in components is: \" + version)\n",
"\n",
"rai_explanation_component = ml_client_registry.components.get(\n",
" name=\"microsoft_azureml_rai_tabular_explanation\", version=version\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@
"\n",
"# We get latest version and use the same version for all components\n",
"version = rai_constructor_component.version\n",
"print(\"The current version of RAI built-in components is: \" + version)\n",
"\n",
"rai_explanation_component = ml_client_registry.components.get(\n",
" name=\"microsoft_azureml_rai_tabular_explanation\", version=version\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@
"\n",
"# We get latest version and use the same version for all components\n",
"version = rai_constructor_component.version\n",
"print(\"The current version of RAI built-in components is: \" + version)\n",
"\n",
"rai_causal_component = ml_client_registry.components.get(\n",
" name=\"microsoft_azureml_rai_tabular_causal\", version=version\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@
"\n",
"# We get latest version and use the same version for all components\n",
"version = rai_constructor_component.version\n",
"print(\"The current version of RAI built-in components is: \" + version)\n",
"\n",
"rai_explanation_component = ml_client_registry.components.get(\n",
" name=\"microsoft_azureml_rai_tabular_explanation\", version=version\n",
Expand Down

0 comments on commit d41eeac

Please sign in to comment.