GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst
In 3_keras_sequential_api.ipynb, the feature_column hint is not correct
Open
- 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
Assessment
This issue has not been assessed yet.