GoogleCloudPlatform / training-data-analyst

Labs and demos for courses for GCP Training (http://cloud.google.com/training).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In 3_keras_sequential_api.ipynb, the feature_column hint is not correct

roger-yu-ds opened this issue · comments

Lab Task #1: Create a feature column dictionary that we will use when building our deep neural network below. The keys should be the element of the INPUT_COLS list, while the values should be numeric feature columns.

But using a dictionary fails.

DenseFeatures(feature_columns) requires that feature_columns is a list.