Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub b06648b2f0 try pinning 1.33 2023-11-14 08:27:24 -08:00
Andrew FerlitschandGitHub b53ec20c8f pin an earlier version 2023-11-13 18:04:08 -08:00
Andrew FerlitschandGitHub ca9e05c41a Update sdk_custom_tabular_regression_online_explain.ipynb 2023-11-13 17:38:43 -08:00
Andrew FerlitschandGitHub 8b38b82f15 fix CI/CD 2023-11-13 15:45:51 -08:00
@@ -29,7 +29,7 @@
"id": "title"
},
"source": [
"# Vertex SDK: Custom training tabular regression model for online prediction with explainabilty\n",
"# Vertex AI SDK: Custom training tabular regression model for online prediction with explainabilty\n",
"\n",
"<table align=\"left\">\n",
" <td>\n",
@@ -147,7 +147,7 @@
},
"outputs": [],
"source": [
"! pip3 install --upgrade --quiet google-cloud-aiplatform \\\n",
"! pip3 install --upgrade --quiet google-cloud-aiplatform==1.33.0 \\\n",
" google-cloud-storage \\\n",
" tensorflow==2.11"
]