Metadata-Version: 2.0
Name: elasticdl-preprocessing
Version: 0.2.0rc2
Summary: A feature preprocessing library.
Home-page: https://elasticdl.org
Author: Ant Financial
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: develop
Requires-Dist: tensorflow (==2.1.0)
Provides-Extra: develop
Requires-Dist: pytest; extra == 'develop'
Requires-Dist: pytest-cov; extra == 'develop'
Requires-Dist: mock; extra == 'develop'
Requires-Dist: Pillow; extra == 'develop'
Requires-Dist: pre-commit; extra == 'develop'
Requires-Dist: pandas; extra == 'develop'
Requires-Dist: sklearn; extra == 'develop'
Requires-Dist: numpy; extra == 'develop'

This is an extension of the native Keras Preprocessing Layers and Feature Column API from TensorFlow. We can develop our model using the native high-level API from TensorFlow and our library. We can train this model using native TensorFlow or ElasticDL.


