You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tables/automl/notebooks/census_income_prediction/README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The dataset consists of over 30k rows, where each row corresponds to a different
22
22
23
23
24
24
## 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/)).
26
26
27
27
28
28
@@ -31,13 +31,14 @@ Steps Involved
31
31
32
32
33
33
### 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:
35
35
* Create a Google Cloud Platform (GCP) project
36
36
* Enable billing
37
37
* Enable the AutoML API
38
38
* Enable the AutoML Tables API
39
39
* Create a service account, grant required permissions, and download the service account private key.
40
40
41
+
**If you are using AI Platform Notebooks**, your environment is already authenticated
41
42
42
43
### 2. Initialize and authenticate
43
44
@@ -93,4 +94,4 @@ Note: If the model has not finished deployment, the prediction will NOT work.
93
94
### 7. Batch Prediction
94
95
95
96
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