Compare commits

...
Author SHA1 Message Date
Andrew Ferlitsch 1044b6ef0c migration: BQML 2023-01-17 21:45:22 +00:00
Andrew Ferlitsch 2c433c8643 fix: require code review 2023-01-17 20:27:34 +00:00
@@ -61,7 +61,6 @@
"source": [
"## Overview\n",
"\n",
"\n",
"This tutorial demonstrates how to use Vertex AI in production. This tutorial covers get started with BigQuery ML training.\n",
"\n",
"Learn more about [BigQuery ML](https://cloud.google.com/vertex-ai/docs/beginner/bqml)."
@@ -155,7 +154,8 @@
"! pip3 install --upgrade pyarrow \\\n",
" google-cloud-aiplatform \\\n",
" google-cloud-bigquery \\\n",
" google-cloud-bigquery-storage $USER_FLAG -q"
" google-cloud-bigquery-storage \\\n",
" db-dtypes $USER_FLAG -q"
]
},
{