Minor update to text in automl_tabular_classification_beans.ipynb (#3413)

Updates objectives to eliminate nested bullets (those didn't get rendered in our docs) and removes some bolding that wasn't rendering properly in our docs
This commit is contained in:
Aaron Dietz
2024-08-09 20:52:07 +00:00
committed by GitHub
parent acee2878b0
commit 3ece113c7a
@@ -80,7 +80,7 @@
"source": [
"### Objective\n",
"\n",
"In this tutorial, you learn to use **Vertex AI Pipelines** and **Google Cloud Pipeline Components** to build an AutoML tabular classification model.\n",
"In this tutorial, you learn to use Vertex AI Pipelines and Google Cloud Pipeline Components to build an AutoML tabular classification model.\n",
"\n",
"\n",
"This tutorial uses the following Vertex AI services:\n",
@@ -93,11 +93,10 @@
"\n",
"The steps performed include:\n",
"\n",
"- Create a KFP pipeline that :\n",
" - Creates a Vertex AI Dataset.\n",
" - Trains an AutoML tabular classification model resource.\n",
" - Creates a Vertex AI endpoint resource.\n",
" - Deploys the model resource to the endpoint resource.\n",
"- Create a KFP pipeline that creates a Vertex AI Dataset.\n",
"- Add a component to the pipeline that trains an AutoML tabular classification model resource.\n",
"- Add a component that creates a Vertex AI endpoint resource.\n",
"- Add a component that deploys the model resource to the endpoint resource.\n",
"- Compile the KFP pipeline.\n",
"- Execute the KFP pipeline using Vertex AI Pipelines.\n",
"\n",