GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst

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

Open
#2,283 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
8.6k
Forks
6.1k
Avg merge
4h 44m
Merged PRs (30d)
2

Description

> 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.