pyexvalid


Namepyexvalid JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA Python package for external validation of clinical prediction models.
upload_time2025-08-11 22:42:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords clinical prediction external validation risk models healthcare
VCS
bugtrack_url
requirements matplotlib numpy pandas scipy seaborn statsmodels
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyexvalid
A Python package for externally validating models.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyexvalid",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "clinical prediction, external validation, risk models, healthcare",
    "author": null,
    "author_email": "Yiran Zhang <yiran.zhang@manchester.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/94/9e/6c965358b72710adf2cc1e75b8afc7ee01c801ced2d621f60b6781c5ede2/pyexvalid-0.1.0.tar.gz",
    "platform": null,
    "description": "# pyexvalid\nA Python package for externally validating models.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for external validation of clinical prediction models.",
    "version": "0.1.0",
    "project_urls": {
        "Bug_Tracker": "https://github.com/YiranZhang1014/pyexvalid/issues",
        "Homepage": "https://github.com/YiranZhang1014/pyexvalid"
    },
    "split_keywords": [
        "clinical prediction",
        " external validation",
        " risk models",
        " healthcare"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "66128d1c7b16b7fb9c4c0192ed79cb499da3a930cc52a474c67fc693b6ccbfd3",
                "md5": "e3973f4152c8f96c0ee1afbb97b117d6",
                "sha256": "146a290381e1ca3ef250ce0dab6ffe7fae683361fe4dd94204bee911b01db6e5"
            },
            "downloads": -1,
            "filename": "pyexvalid-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3973f4152c8f96c0ee1afbb97b117d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 7833,
            "upload_time": "2025-08-11T22:42:10",
            "upload_time_iso_8601": "2025-08-11T22:42:10.371502Z",
            "url": "https://files.pythonhosted.org/packages/66/12/8d1c7b16b7fb9c4c0192ed79cb499da3a930cc52a474c67fc693b6ccbfd3/pyexvalid-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "949e6c965358b72710adf2cc1e75b8afc7ee01c801ced2d621f60b6781c5ede2",
                "md5": "5ccd5866deb9217d4c55f99b78eb310d",
                "sha256": "4350fad8f16f83a1c7b2052ae6a8091b5c48a2765e26f73b3c91d5d84c7a2b67"
            },
            "downloads": -1,
            "filename": "pyexvalid-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5ccd5866deb9217d4c55f99b78eb310d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 7063,
            "upload_time": "2025-08-11T22:42:11",
            "upload_time_iso_8601": "2025-08-11T22:42:11.541408Z",
            "url": "https://files.pythonhosted.org/packages/94/9e/6c965358b72710adf2cc1e75b8afc7ee01c801ced2d621f60b6781c5ede2/pyexvalid-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-11 22:42:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "YiranZhang1014",
    "github_project": "pyexvalid",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "matplotlib",
            "specs": [
                [
                    "==",
                    "3.10.5"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.3.2"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.3.1"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.16.1"
                ]
            ]
        },
        {
            "name": "seaborn",
            "specs": [
                [
                    "==",
                    "0.13.2"
                ]
            ]
        },
        {
            "name": "statsmodels",
            "specs": [
                [
                    "==",
                    "0.14.5"
                ]
            ]
        }
    ],
    "lcname": "pyexvalid"
}
        
Elapsed time: 1.63435s