Responsible AI dashboard
To leverage the Toolbox, we will create a model to apply the Toolbox to. Let’s look at the process of creating and analyzing responsible AI.
Let’s go through the steps to create a model in the Azure ML service:
- Go to the Azure ML Studio UI.
- Start the compute instance.
- Click on Notebook in the Author section.
- Create a new notebook with Python 3.8 with Azure ML as the kernel.
- Name the notebook
RAIDashboard.ipynb
. - Now, we need to install or upgrade libraries. Only install libraries if they aren’t already on your system. At the time of writing, Python 3.8 with the Azure ML kernel was used, and it already has
raiwidgets
installed. If there is an older version, please use the following upgrade command to upgrade to the latest version:
Figure 8.1 – Install or upgrade the Responsible AI Toolbox
- Now, let’s upgrade the dependencies: