chore: updated the notebook text to be more specific

This commit is contained in:
gericdong
2023-03-13 10:54:22 -04:00
parent b641e0857e
commit b6804cdf78
@@ -29,7 +29,7 @@
"id": "eoXf8TfQoVth"
},
"source": [
"# Create a distributed custom training job\n",
"# Distributed XGBoost training with Dask\n",
"\n",
"<table align=\"left\">\n",
"\n",
@@ -61,7 +61,7 @@
"source": [
"## Overview\n",
"\n",
"This tutorial shows you how to create a distributed custom training job on Vertex AI that can handle large amounts of training data.\n",
"This tutorial shows you how to create a distributed custom training job using XGBoost with Dask on Vertex AI that can handle large amounts of training data.\n",
"\n",
"Learn more about [Custom training](https://cloud.google.com/vertex-ai/docs/training/custom-training)."
]
@@ -74,7 +74,7 @@
"source": [
"### Objective\n",
"\n",
"In this tutorial, you learn how to create a distributed training job using Vertex AI SDK for Python. You build a custom docker container with simple Dask configuration to run a custom training job.\n",
"In this tutorial, you learn how to create a distributed training job using XGBoost with Dask. You build a custom docker container with simple Dask configuration to run a custom training job.\n",
"\n",
"This tutorial uses the following Google Cloud ML services:\n",
"\n",