kmins


Namekmins JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryK-Means algorithm from scratch.
upload_time2024-05-29 16:57:22
maintainerNone
docs_urlNone
authorIsmael Sandoval, Mauricio Ponce
requires_pythonNone
licenseNone
keywords python k-means clustering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Keimins

A Python library for the K-Means algorithm made from scratch

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kmins",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, k-means, clustering",
    "author": "Ismael Sandoval, Mauricio Ponce",
    "author_email": "ismael.sandoval.aguilar@gmail.com, maupon2004@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/2b/012a31ccf7aeb07000c00f8a3a337407e003e15cfba26fc43214d37cd754/kmins-0.0.1.tar.gz",
    "platform": null,
    "description": "\n# Keimins\n\nA Python library for the K-Means algorithm made from scratch\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "K-Means algorithm from scratch.",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        " k-means",
        " clustering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5bb2b7562434bf50850833eec2887682d132462865aeaa9a6a916a68710be17",
                "md5": "c43d42ee3def597570c391c488a86606",
                "sha256": "7b334d402ac97761b928158866c7e3952adbf6b75e9251495c804dbd1352cf9a"
            },
            "downloads": -1,
            "filename": "kmins-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c43d42ee3def597570c391c488a86606",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3070,
            "upload_time": "2024-05-29T16:57:20",
            "upload_time_iso_8601": "2024-05-29T16:57:20.844500Z",
            "url": "https://files.pythonhosted.org/packages/b5/bb/2b7562434bf50850833eec2887682d132462865aeaa9a6a916a68710be17/kmins-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf2b012a31ccf7aeb07000c00f8a3a337407e003e15cfba26fc43214d37cd754",
                "md5": "64f811736e8f19f47f679c9279a08c08",
                "sha256": "971013a956b9e6c49bfb72a4d1fd01ff6fd2b22e8ed20cfa047052c940eb42c1"
            },
            "downloads": -1,
            "filename": "kmins-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "64f811736e8f19f47f679c9279a08c08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3093,
            "upload_time": "2024-05-29T16:57:22",
            "upload_time_iso_8601": "2024-05-29T16:57:22.488810Z",
            "url": "https://files.pythonhosted.org/packages/cf/2b/012a31ccf7aeb07000c00f8a3a337407e003e15cfba26fc43214d37cd754/kmins-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-29 16:57:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kmins"
}
        
Elapsed time: 0.24978s