Metadata-Version: 2.1 Name: tensorflow-metadata Version: 0.14.0 Summary: Library and standards for schema and statistics. Home-page: UNKNOWN Author: Google Inc. Author-email: tensorflow-extended-dev@googlegroups.com License: Apache 2.0 Download-URL: https://github.com/tensorflow/metadata/tags Keywords: tensorflow metadata tfx Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Education Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence Classifier: Topic :: Scientific/Engineering :: Mathematics Classifier: Topic :: Software Development Classifier: Topic :: Software Development :: Libraries Classifier: Topic :: Software Development :: Libraries :: Python Modules Requires-Python: >=2.7,<4 Description-Content-Type: text/markdown Requires-Dist: googleapis-common-protos Requires-Dist: protobuf (<4,>=3.7) # TensorFlow Metadata [](https://github.com/tensorflow/metadata) [](https://badge.fury.io/py/tensorflow-metadata) TensorFlow Metadata provides standard representations for metadata that are useful when training machine learning models with TensorFlow. The metadata serialization formats include: * A schema describing tabular data (e.g., tf.Examples). * A collection of summary statistics over such datasets. * A problem statement quantifying the objectives of a model. The metadata may be produced by hand or automatically during input data analysis, and may be consumed for data validation, exploration, and transformation.