STT-tensorflow/tensorflow/python/feature_column
Scott Zhu 090f260aab Copy the generic_util logic to feature column for serialization/deserialization.
This is the final dependency from feature_column to Keras.

The copied functions are trimmed down version since it doesn't have access to Keras global custom object registration, which I don't think are used by feature column. The custom object scope will still work.

PiperOrigin-RevId: 315621765
Change-Id: I2ae22af83d625c8e55c7fe21b42194bbdbfded23
2020-06-09 21:20:24 -07:00
..
testdata Adding unicode / PY3 support for feature column vocab files. 2019-12-16 15:26:38 -08:00
__init__.py Make tf.feature_column public 2017-05-15 09:33:06 -07:00
BUILD Copy the generic_util logic to feature column for serialization/deserialization. 2020-06-09 21:20:24 -07:00
feature_column_lib.py Move tf.keras.layers.featureDenseFeature back to Keras package. 2020-05-18 19:31:24 -07:00
feature_column_test.py Fix case where embedding column -> use_safe_embedding = false is used with variable partitioning. 2020-05-15 12:46:05 -07:00
feature_column_v2_test.py Update feature_column to not rely on Keras initializer. 2020-06-09 20:59:25 -07:00
feature_column_v2.py Copy the generic_util logic to feature column for serialization/deserialization. 2020-06-09 21:20:24 -07:00
feature_column.py Update the base class for _LinearModel in Feature column v1. 2020-06-08 08:51:23 -07:00
sequence_feature_column_integration_test.py Move tf.keras.experimental.SequenceFeatures to keras package. 2020-05-01 09:46:09 -07:00
sequence_feature_column_test.py Update sequence_feature_column_test to not rely on Keras. 2020-06-08 08:57:05 -07:00
sequence_feature_column.py Move tf.keras.experimental.SequenceFeatures to keras package. 2020-05-01 09:46:09 -07:00
serialization_test.py Move the feature_column.LinearModel to estimator which is the only caller for it. 2020-05-21 11:15:23 -07:00
serialization.py Copy the generic_util logic to feature column for serialization/deserialization. 2020-06-09 21:20:24 -07:00
utils.py Move common feature column helper functions to separate file. 2019-03-04 14:08:19 -08:00