Skip to content

Commit f612597

Browse files
authored
Update Create Responsible AI dashboard.ipynb for new RAI prebuilt component names
The prebuilt RAI components from MS appear to have updated their names from "microsoft_azureml_rai_..." to just "rai_...". This has been tested and run successfully in VM as part of the labs.
1 parent 3625398 commit f612597

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Labs/10/Create Responsible AI dashboard.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -377,23 +377,23 @@
377377
"label = \"latest\"\n",
378378
"\n",
379379
"rai_constructor_component = ml_client_registry.components.get(\n",
380-
" name=\"microsoft_azureml_rai_tabular_insight_constructor\", label=label\n",
380+
" name=\"rai_tabular_insight_constructor\", label=label\n",
381381
")\n",
382382
"\n",
383383
"# we get latest version and use the same version for all components\n",
384384
"version = rai_constructor_component.version\n",
385385
"print(\"The current version of RAI built-in components is: \" + version)\n",
386386
"\n",
387387
"rai_erroranalysis_component = ml_client_registry.components.get(\n",
388-
" name=\"microsoft_azureml_rai_tabular_erroranalysis\", version=version\n",
388+
" name=\"rai_tabular_erroranalysis\", version=version\n",
389389
")\n",
390390
"\n",
391391
"rai_explanation_component = ml_client_registry.components.get(\n",
392-
" name=\"microsoft_azureml_rai_tabular_explanation\", version=version\n",
392+
" name=\"rai_tabular_explanation\", version=version\n",
393393
")\n",
394394
"\n",
395395
"rai_gather_component = ml_client_registry.components.get(\n",
396-
" name=\"microsoft_azureml_rai_tabular_insight_gather\", version=version\n",
396+
" name=\"rai_tabular_insight_gather\", version=version\n",
397397
")"
398398
]
399399
},

0 commit comments

Comments
 (0)