gap-stat


Namegap-stat JSON
Version 2.0.3 PyPI version JSON
download
home_pagehttps://github.com/milesgranger/gap_statistic
SummaryPython implementation of the gap statistic with optional Rust optimizations.
upload_time2023-07-31 04:20:12
maintainerMiles Granger
docs_urlNone
authorMiles Granger
requires_python
licenseMIT
keywords kmeans unsupervised learning machine-learning clustering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Uses the gap statistic method by Tibshirani, Walther, Hastie to suggest n_clusters.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/milesgranger/gap_statistic",
    "name": "gap-stat",
    "maintainer": "Miles Granger",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "miles59923@gmail.com",
    "keywords": "kmeans unsupervised learning machine-learning clustering",
    "author": "Miles Granger",
    "author_email": "miles59923@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/02/3e/7c06c76de654fe2ab11030b3d691995c45023c84d6899f47ea5fe08b9503/gap-stat-2.0.3.tar.gz",
    "platform": null,
    "description": "Uses the gap statistic method by Tibshirani, Walther, Hastie to suggest n_clusters.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python implementation of the gap statistic with optional Rust optimizations.",
    "version": "2.0.3",
    "project_urls": {
        "Homepage": "https://github.com/milesgranger/gap_statistic"
    },
    "split_keywords": [
        "kmeans",
        "unsupervised",
        "learning",
        "machine-learning",
        "clustering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "023e7c06c76de654fe2ab11030b3d691995c45023c84d6899f47ea5fe08b9503",
                "md5": "4a355191428801b2057a385bb449ad5a",
                "sha256": "f46b252459df17944f8f759461610c381f7ee709dcf9db97d1008f9d2b8b2dbc"
            },
            "downloads": -1,
            "filename": "gap-stat-2.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4a355191428801b2057a385bb449ad5a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17799,
            "upload_time": "2023-07-31T04:20:12",
            "upload_time_iso_8601": "2023-07-31T04:20:12.293754Z",
            "url": "https://files.pythonhosted.org/packages/02/3e/7c06c76de654fe2ab11030b3d691995c45023c84d6899f47ea5fe08b9503/gap-stat-2.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-31 04:20:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "milesgranger",
    "github_project": "gap_statistic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gap-stat"
}
        
Elapsed time: 0.10548s