tensorflow-privacy


Nametensorflow-privacy JSON
Version 0.9.0 PyPI version JSON
download
home_pagehttps://github.com/tensorflow/privacy
SummaryA privacy-focused machine learning framework
upload_time2024-02-14 19:08:50
maintainer
docs_urlNone
author
requires_python>=3.9.0,<3.12
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements absl-py dm-tree dp-accounting immutabledict matplotlib numpy packaging pandas scikit-learn scipy statsmodels tensorflow-datasets tensorflow-estimator tensorflow-probability tensorflow tf-models-official
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A Python library that includes implementations of TensorFlow optimizers for training machine learning models with differential privacy.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tensorflow/privacy",
    "name": "tensorflow-privacy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.0,<3.12",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "A Python library that includes implementations of TensorFlow optimizers for training machine learning models with differential privacy.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A privacy-focused machine learning framework",
    "version": "0.9.0",
    "project_urls": {
        "Homepage": "https://github.com/tensorflow/privacy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c06207e9fb19d239d5a7a41a6778122e31b91605ce89cde6aea2987f1097969",
                "md5": "157e0a1bf94943887b11bf9d0bfed2aa",
                "sha256": "2c035ee32400011905a8e6690626e16da83cc2899cba746dcdbd4c7ec2b3df10"
            },
            "downloads": -1,
            "filename": "tensorflow_privacy-0.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "157e0a1bf94943887b11bf9d0bfed2aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0,<3.12",
            "size": 323227,
            "upload_time": "2024-02-14T19:08:50",
            "upload_time_iso_8601": "2024-02-14T19:08:50.703151Z",
            "url": "https://files.pythonhosted.org/packages/7c/06/207e9fb19d239d5a7a41a6778122e31b91605ce89cde6aea2987f1097969/tensorflow_privacy-0.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-14 19:08:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tensorflow",
    "github_project": "privacy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "absl-py",
            "specs": [
                [
                    ">=",
                    "1.0"
                ],
                [
                    "==",
                    "1.*"
                ]
            ]
        },
        {
            "name": "dm-tree",
            "specs": [
                [
                    "==",
                    "0.1.8"
                ]
            ]
        },
        {
            "name": "dp-accounting",
            "specs": [
                [
                    "==",
                    "0.4.4"
                ]
            ]
        },
        {
            "name": "immutabledict",
            "specs": [
                [
                    "~=",
                    "2.2"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "~=",
                    "3.3"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "~=",
                    "1.21"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "~=",
                    "22.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "~=",
                    "1.4"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "1.0"
                ],
                [
                    "==",
                    "1.*"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "~=",
                    "1.9"
                ]
            ]
        },
        {
            "name": "statsmodels",
            "specs": [
                [
                    "==",
                    "0.14.0"
                ]
            ]
        },
        {
            "name": "tensorflow-datasets",
            "specs": [
                [
                    "~=",
                    "4.5"
                ]
            ]
        },
        {
            "name": "tensorflow-estimator",
            "specs": [
                [
                    "~=",
                    "2.4"
                ]
            ]
        },
        {
            "name": "tensorflow-probability",
            "specs": [
                [
                    "~=",
                    "0.22.0"
                ]
            ]
        },
        {
            "name": "tensorflow",
            "specs": [
                [
                    ">=",
                    "2.4.0"
                ],
                [
                    "<=",
                    "2.15.0"
                ]
            ]
        },
        {
            "name": "tf-models-official",
            "specs": [
                [
                    "~=",
                    "2.13"
                ]
            ]
        }
    ],
    "lcname": "tensorflow-privacy"
}
        
Elapsed time: 0.64543s