Skip to content

Commit 0a156f7

Browse files
merla18sirtorry
authored andcommitted
updated readme for support Jupyter (#2336)
to approve with the updated notebook supporting jupyter
1 parent dbca9aa commit 0a156f7

File tree

1 file changed

+4
-3
lines changed
  • tables/automl/notebooks/census_income_prediction

1 file changed

+4
-3
lines changed

tables/automl/notebooks/census_income_prediction/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The dataset consists of over 30k rows, where each row corresponds to a different
2222

2323

2424
## Solution Walkthrough
25-
The solution has been developed using [Google Colab Notebook](https://colab.research.google.com/notebooks/welcome.ipynb).
25+
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/)).
2626

2727

2828

@@ -31,13 +31,14 @@ Steps Involved
3131

3232

3333
### 1. Set up
34-
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:
34+
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:
3535
* Create a Google Cloud Platform (GCP) project
3636
* Enable billing
3737
* Enable the AutoML API
3838
* Enable the AutoML Tables API
3939
* Create a service account, grant required permissions, and download the service account private key.
4040

41+
**If you are using AI Platform Notebooks**, your environment is already authenticated
4142

4243
### 2. Initialize and authenticate
4344

@@ -93,4 +94,4 @@ Note: If the model has not finished deployment, the prediction will NOT work.
9394
### 7. Batch Prediction
9495

9596

96-
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) .
97+
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) .

0 commit comments

Comments
 (0)