tensorflow-metadata


Nametensorflow-metadata JSON
Version 1.16.1 PyPI version JSON
download
home_pageNone
SummaryLibrary and standards for schema and statistics.
upload_time2024-10-09 19:57:12
maintainerNone
docs_urlNone
authorGoogle Inc.
requires_python<4,>=3.9
licenseApache 2.0
keywords tensorflow metadata tfx
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TensorFlow Metadata

[![Python](https://img.shields.io/badge/python%7C3.9%7C3.10%7C3.11-blue)](https://github.com/tensorflow/metadata)
[![PyPI](https://badge.fury.io/py/tensorflow-metadata.svg)](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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tensorflow-metadata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.9",
    "maintainer_email": null,
    "keywords": "tensorflow metadata tfx",
    "author": "Google Inc.",
    "author_email": "tensorflow-extended-dev@googlegroups.com",
    "download_url": "https://github.com/tensorflow/metadata/tags",
    "platform": null,
    "description": "# TensorFlow Metadata\n\n[![Python](https://img.shields.io/badge/python%7C3.9%7C3.10%7C3.11-blue)](https://github.com/tensorflow/metadata)\n[![PyPI](https://badge.fury.io/py/tensorflow-metadata.svg)](https://badge.fury.io/py/tensorflow-metadata)\n\nTensorFlow Metadata provides standard representations for metadata that are\nuseful when training machine learning models with TensorFlow.\n\nThe metadata serialization formats include:\n\n* A schema describing tabular data (e.g., tf.Examples).\n* A collection of summary statistics over such datasets.\n* A problem statement quantifying the objectives of a model.\n\nThe metadata may be produced by hand or automatically during input data\nanalysis, and may be consumed for data validation, exploration, and\ntransformation.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Library and standards for schema and statistics.",
    "version": "1.16.1",
    "project_urls": {
        "Download": "https://github.com/tensorflow/metadata/tags"
    },
    "split_keywords": [
        "tensorflow",
        "metadata",
        "tfx"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e057393aa9dde72347cde9e01f665bac344f14adefd5c748be45b23aa5804f6d",
                "md5": "f8daa4c73c56ac81225b87dfcf18fa42",
                "sha256": "2ce72ea31d78a00c0c74c6d465482335aa5cb2a3b2a104dedba0b258bc7bb18a"
            },
            "downloads": -1,
            "filename": "tensorflow_metadata-1.16.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f8daa4c73c56ac81225b87dfcf18fa42",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9",
            "size": 28984,
            "upload_time": "2024-10-09T19:57:12",
            "upload_time_iso_8601": "2024-10-09T19:57:12.683091Z",
            "url": "https://files.pythonhosted.org/packages/e0/57/393aa9dde72347cde9e01f665bac344f14adefd5c748be45b23aa5804f6d/tensorflow_metadata-1.16.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-09 19:57:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tensorflow",
    "github_project": "metadata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tensorflow-metadata"
}
        
Elapsed time: 0.45321s