"This example demonstrates the use `tf.feature_column.crossed_column` on some simulated Atlanta housing price data. \n",
"This spatial data is used primarily so the results can be easily visualized. \n",
"\n",
"These functions are designed primarily for categorical data, not to build interpolation tables. \n",
"\n",
"If you actually want to build smart interpolation tables in TensorFlow you may want to consider [TensorFlow Lattice](https://research.googleblog.com/2017/10/tensorflow-lattice-flexibility.html)."
"Important: Pure categorical data doesn't the spatial relationships that make this example possible. Embeddings are a way your model can learn spatial relationships."