Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created February 3, 2018 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/3878f77e1af3513d1a766eb5d16a6759 to your computer and use it in GitHub Desktop.
Save NMZivkovic/3878f77e1af3513d1a766eb5d16a6759 to your computer and use it in GitHub Desktop.
# Setup feature columns
columns_feat = [
tf.feature_column.numeric_column(key='SepalLength'),
tf.feature_column.numeric_column(key='SepalWidth'),
tf.feature_column.numeric_column(key='PetalLength'),
tf.feature_column.numeric_column(key='PetalWidth')
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment