This document contains a list of available Vertex Explainable AI notebook tutorials. These end-to-end tutorials help you get started using Vertex Explainable AI and can give you ideas for how to implement a specific project.
There are many environments in which you can host notebooks. You can:
- Run them in the cloud using a service like Colaboratory (Colab) or Vertex AI Workbench.
- Download them from GitHub and run them on your local machine.
- Download them from GitHub and run them on a Jupyter or JupyterLab server in your local network.
Running a notebook in Colab is a way to get started quickly.
To open a notebook tutorial in Colab, click the Colab link in the notebook list. Colab creates a VM instance with all needed dependencies, launches the Colab environment, and loads the notebook.
You can also run the notebook using user-managed notebooks. When you create a user-managed notebooks instance with Vertex AI Workbench, you have full control over the hosting VM. You can specify the configuration and environment of the hosting VM.
To open a notebook tutorial in a Vertex AI Workbench instance:
- Click the Vertex AI Workbench link in the notebook list. The link opens the Vertex AI Workbench console.
- In the Deploy to notebook screen, type a name for your new Vertex AI Workbench instance and click Create.
- In the Ready to open notebook dialog that appears after the instance starts, click Open.
- On the Confirm deployment to notebook server page, select Confirm.
- Before running the notebook, select Kernel > Restart Kernel and Clear all Outputs.
List of notebooks
Services | Description | Open in |
---|---|---|
Classification for tabular data Vertex Explainable AI |
Batch explanation for AutoML tabular binary classification model.
Learn to use AutoML to create a tabular binary classification model from a Python script, and then learn to use Vertex AI Batch Prediction to make predictions with explanations.
Learn more about Classification for tabular data.
Learn more about Vertex Explainable AI.
Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Classification for tabular data Vertex Explainable AI |
AutoML training tabular classification model for online explanation.
Learn how to use AutoML to create a tabular binary classification model from a Python script. Learn more about Classification for tabular data. Learn more about Vertex Explainable AI. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex Explainable AI Vertex AI Batch Prediction |
Custom training image classification model for batch prediction with explainabilty.
Learn to use Vertex AI Training and Vertex Explainable AI to create a custom image classification model with explanations, and then you learn to use Vertex AI Batch Prediction to make a batch prediction request with explanations.
Learn more about Vertex Explainable AI.
Learn more about Vertex AI Batch Prediction.
Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex Explainable AI Vertex AI Prediction |
Custom training image classification model for online prediction with explainability.
Learn how to use Vertex AI training and Vertex Explainable AI to create a custom image classification model with explanations. Learn more about Vertex Explainable AI. Learn more about Vertex AI Prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex Explainable AI Vertex AI Batch Prediction |
Custom training tabular regression model for batch prediction with explainabilty.
Learn how to use Vertex AI training and Vertex Explainable AI to create a custom image classification model with explanations. Learn more about Vertex Explainable AI. Learn more about Vertex AI Batch Prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex Explainable AI Vertex AI Prediction |
Custom training tabular regression model for online prediction with explainabilty.
Learn how to use Vertex AI training and Vertex Explainable AI to create a custom tabular regression model with explanations. Learn more about Vertex Explainable AI. Learn more about Vertex AI Prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex Explainable AI Vertex AI Prediction |
Custom training tabular regression model for online prediction with explainabilty using get_metadata.
Learn how to create a custom model from a Python script in a Google prebuilt Docker container using the Vertex AI SDK. Learn more about Vertex Explainable AI. Learn more about Vertex AI Prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex Explainable AI Vertex AI Prediction |
Explaining image classification with Vertex Explainable AI.
Learn how to configure feature-based explanations on a pre-trained image classification model and make online and batch predictions with explanations. Learn more about Vertex Explainable AI. Learn more about Vertex AI Prediction. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex Explainable AI |
Explaining text classification with Vertex Explainable AI.
Learn how to configure feature-based explanations using the sampled Shapley method on a TensorFlow text classification model for online predictions with explanations. Learn more about Vertex Explainable AI. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |
Vertex AI Workbench Vertex Explainable AI |
Taxi fare prediction using the Chicago Taxi Trips dataset.
The goal of this notebook is to provide an overview on Vertex AI features like Vertex Explainable AI and BigQuery in Notebooks by trying to solve a taxi fare prediction problem. Learn more about Vertex AI Workbench. Learn more about Vertex Explainable AI. Tutorial steps
|
Colab Colab Enterprise GitHub Vertex AI Workbench |