From 482211afd77e3dbe5d8c723674a8f2f1e88c5881 Mon Sep 17 00:00:00 2001 From: florencep Date: Wed, 4 Sep 2019 17:56:49 -0700 Subject: [PATCH] updated readme for support Jupyter [(#2336)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/2336) to approve with the updated notebook supporting jupyter --- .../tables/notebooks/census_income_prediction/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/samples/tables/notebooks/census_income_prediction/README.md b/samples/tables/notebooks/census_income_prediction/README.md index 4c5ed03c..e0dafe71 100644 --- a/samples/tables/notebooks/census_income_prediction/README.md +++ b/samples/tables/notebooks/census_income_prediction/README.md @@ -22,7 +22,7 @@ The dataset consists of over 30k rows, where each row corresponds to a different ## Solution Walkthrough -The solution has been developed using [Google Colab Notebook](https://colab.research.google.com/notebooks/welcome.ipynb). +The solution has been developed using [Google Colab Notebook](https://colab.research.google.com/notebooks/welcome.ipynb) or in Jupyter (see [AI Platform Notebooks](https://cloud.google.com/ai-platform-notebooks/)). @@ -31,13 +31,14 @@ Steps Involved ### 1. Set up -The first step in this process was to set up the project. We referred to the [AutoML tables documentation](https://cloud.google.com/automl-tables/docs/) and take the following steps: +The first step in this process was to set up the project. We referred to the [AutoML tables documentation](https://cloud.google.com/automl-tables/docs/) and take the following steps if run in Colab: * Create a Google Cloud Platform (GCP) project * Enable billing * Enable the AutoML API * Enable the AutoML Tables API * Create a service account, grant required permissions, and download the service account private key. +**If you are using AI Platform Notebooks**, your environment is already authenticated ### 2. Initialize and authenticate @@ -93,4 +94,4 @@ Note: If the model has not finished deployment, the prediction will NOT work. ### 7. Batch Prediction -There is a validation csv file provided with a few rows of data not used in the training or testing for you to run a batch prediction with. The csv is linked in the text of the colab as well as [here](https://storage.cloud.google.com/cloud-ml-data/automl-tables/notebooks/census_income_batch_prediction_input.csv) . \ No newline at end of file +There is a validation csv file provided with a few rows of data not used in the training or testing for you to run a batch prediction with. The csv is linked in the text of the colab as well as [here](https://storage.cloud.google.com/cloud-ml-data/automl-tables/notebooks/census_income_batch_prediction_input.csv) .