From bdad774100fbd09b0dcde946253e3a2eea439933 Mon Sep 17 00:00:00 2001 From: uday kumar <105640728+udaypunna@users.noreply.github.com> Date: Sun, 25 Sep 2022 21:07:58 +0530 Subject: [PATCH] Vertex SDK AutoML Text Sentiment Analysis (#824) * new changes for sentiment analysis notebook * new changes for sentiment analysis notebook * changed back to year 2021 text * changed back to year 2021 text Co-authored-by: Andrew Ferlitsch --- ...Vertex SDK AutoML Text Sentiment Analysis.ipynb | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/notebooks/official/migration/UJ8 Vertex SDK AutoML Text Sentiment Analysis.ipynb b/notebooks/official/migration/UJ8 Vertex SDK AutoML Text Sentiment Analysis.ipynb index e8c3b3c79..482bf70c6 100644 --- a/notebooks/official/migration/UJ8 Vertex SDK AutoML Text Sentiment Analysis.ipynb +++ b/notebooks/official/migration/UJ8 Vertex SDK AutoML Text Sentiment Analysis.ipynb @@ -32,17 +32,24 @@ "# Vertex AI: Vertex AI Migration: AutoML Text Sentiment Analysis\n", "\n", "\n", + "\n", " \n", " \n", + " \n", "
\n", - " \n", + " \n", " \"Colab Run in Colab\n", " \n", " \n", - " \n", + " \n", " \"GitHub\n", " View on GitHub\n", " \n", " \n", + " \n", + " \"Vertex\n", + " Open in Vertex AI Workbench\n", + " \n", + "
\n", "


" ] @@ -169,8 +176,7 @@ }, "outputs": [], "source": [ - "if os.getenv(\"IS_TESTING\"):\n", - " ! pip3 install --upgrade tensorflow $USER_FLAG" + "! pip3 install --upgrade tensorflow $USER_FLAG" ] }, {