Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub 316dcceca9 Merge branch 'main' into mlops_8v5 2022-06-17 13:41:02 -07:00
Andrew Ferlitsch 871297435d Merge branch 'mlops_8v5' of https://github.com/GoogleCloudPlatform/vertex-ai-samples into mlops_8v5 2022-06-17 20:31:43 +00:00
Andrew Ferlitsch efabd3a112 updates: fine tuning 2022-06-17 20:31:12 +00:00
Andrew FerlitschandGitHub 3562c3e5e5 Merge branch 'main' into mlops_8v5 2022-06-16 12:36:22 -07:00
Andrew Ferlitsch 923d402891 Merge branch 'mlops_8v5' of https://github.com/GoogleCloudPlatform/vertex-ai-samples into mlops_8v5 2022-06-16 19:35:31 +00:00
Andrew Ferlitsch 9ea3279809 review: updates from review 2022-06-16 19:34:22 +00:00
Andrew Ferlitsch 039eec5989 review: updates from review 2022-06-16 19:33:42 +00:00
Andrew FerlitschandGitHub ac91febc07 Merge branch 'main' into mlops_8v5 2022-06-15 14:55:07 -07:00
Andrew Ferlitsch 7ec7ff77d6 Merge branch 'mlops_8v5' of https://github.com/GoogleCloudPlatform/vertex-ai-samples into mlops_8v5 2022-06-15 21:54:08 +00:00
Andrew Ferlitsch acabab475b update: change in required perms 2022-06-15 21:53:46 +00:00
Andrew Ferlitsch 0dbdde3cc5 update: change in required perms 2022-06-15 21:52:08 +00:00
Andrew FerlitschandGitHub ae24c95abd Merge branch 'main' into mlops_8v5 2022-06-14 11:44:20 -07:00
Andrew Ferlitsch 7abf444671 feat: add example of import from dataframe 2022-06-14 18:42:02 +00:00
Andrew Ferlitsch 3335b40aba feat: add example of import from dataframe 2022-06-14 18:36:14 +00:00
@@ -362,12 +362,11 @@
"import sys\n",
"\n",
"# If on Vertex AI Workbench, then don't execute this code\n",
"IS_COLAB = False\n",
"IS_COLAB = \"google.colab\" in sys.modules\n",
"if not os.path.exists(\"/opt/deeplearning/metadata/env_version\") and not os.getenv(\n",
" \"DL_ANACONDA_HOME\"\n",
"):\n",
" if \"google.colab\" in sys.modules:\n",
" IS_COLAB = True\n",
" from google.colab import auth as google_auth\n",
"\n",
" google_auth.authenticate_user()\n",
@@ -490,7 +489,7 @@
"outputs": [],
"source": [
"# Represents featurestore resource path.\n",
"FEATURESTORE_NAME = \"movies\"\n",
"FEATURESTORE_NAME = \"movies_\" + TIMESTAMP\n",
"\n",
"featurestore = aiplatform.Featurestore.create(\n",
" featurestore_id=FEATURESTORE_NAME,\n",