pyclustkit


Namepyclustkit JSON
Version 0.1.0a2 PyPI version JSON
download
home_pagehttps://github.com/yannispoulakis/pyclustkit
SummaryA Python library for clustering operations. Evaluation and meta-feature generation.
upload_time2024-12-14 16:46:34
maintainerNone
docs_urlNone
authorYannis Poulakis
requires_python>=3.12
licenseNone
keywords clustering meta-learning meta-features evaluation
VCS
bugtrack_url
requirements dgl gensim matplotlib networkx numpy pandas Pillow psutil scikit_learn scipy setuptools six torch
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The PyClustKit Module: All about clustering in a single Python Module!

The pyclustkit module features a rich variety of state-of-the-art meta-features for algorithm selection in clustering 
and various optimizations to speed up the calculation of a  wide variety of internal CVI. 

Currently the library has been tested with Python==3.12. Future updates will focus on ensuring compatability with older 
versions as well. 

# Installation Instructions

The pyclustkit is available to download with pypi

```commandline
pip install pyclustkit
```

# GitHub Link
https://github.com/yannispoulakis/pyclustkit

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yannispoulakis/pyclustkit",
    "name": "pyclustkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "Clustering, Meta-Learning, Meta-Features, Evaluation",
    "author": "Yannis Poulakis",
    "author_email": "giannispoy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9b/53/b910c65035d28cd6547cdd9de5adb4138f8280af16b93ae59cb1040641c8/pyclustkit-0.1.0a2.tar.gz",
    "platform": null,
    "description": "# The PyClustKit Module: All about clustering in a single Python Module!\r\n\r\nThe pyclustkit module features a rich variety of state-of-the-art meta-features for algorithm selection in clustering \r\nand various optimizations to speed up the calculation of a  wide variety of internal CVI. \r\n\r\nCurrently the library has been tested with Python==3.12. Future updates will focus on ensuring compatability with older \r\nversions as well. \r\n\r\n# Installation Instructions\r\n\r\nThe pyclustkit is available to download with pypi\r\n\r\n```commandline\r\npip install pyclustkit\r\n```\r\n\r\n# GitHub Link\r\nhttps://github.com/yannispoulakis/pyclustkit\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library for clustering operations. Evaluation and meta-feature generation.",
    "version": "0.1.0a2",
    "project_urls": {
        "Homepage": "https://github.com/yannispoulakis/pyclustkit"
    },
    "split_keywords": [
        "clustering",
        " meta-learning",
        " meta-features",
        " evaluation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a28464d9ffd2bb18d767a8cacabc0a3e20e0e3e1567e9dfcbda9056e4a8b0e6c",
                "md5": "37864e6d3b4c96118d808fb3a0c9361b",
                "sha256": "7a0e75820460b35abbc82b90801f6e2addfed1f21883c3a80dde6ff66f35a0be"
            },
            "downloads": -1,
            "filename": "pyclustkit-0.1.0a2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37864e6d3b4c96118d808fb3a0c9361b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 54495,
            "upload_time": "2024-12-14T16:46:25",
            "upload_time_iso_8601": "2024-12-14T16:46:25.420452Z",
            "url": "https://files.pythonhosted.org/packages/a2/84/64d9ffd2bb18d767a8cacabc0a3e20e0e3e1567e9dfcbda9056e4a8b0e6c/pyclustkit-0.1.0a2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b53b910c65035d28cd6547cdd9de5adb4138f8280af16b93ae59cb1040641c8",
                "md5": "8bd1b9aeb96e5035e94e5371082b856b",
                "sha256": "c7954294f6bf9391ccdd9ba5d1efcf41db9d46305409af4642350e943dd1391a"
            },
            "downloads": -1,
            "filename": "pyclustkit-0.1.0a2.tar.gz",
            "has_sig": false,
            "md5_digest": "8bd1b9aeb96e5035e94e5371082b856b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 46382,
            "upload_time": "2024-12-14T16:46:34",
            "upload_time_iso_8601": "2024-12-14T16:46:34.122954Z",
            "url": "https://files.pythonhosted.org/packages/9b/53/b910c65035d28cd6547cdd9de5adb4138f8280af16b93ae59cb1040641c8/pyclustkit-0.1.0a2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-14 16:46:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yannispoulakis",
    "github_project": "pyclustkit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "dgl",
            "specs": [
                [
                    "==",
                    "2.2.1"
                ]
            ]
        },
        {
            "name": "gensim",
            "specs": [
                [
                    "==",
                    "4.3.3"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "==",
                    "3.9.2"
                ]
            ]
        },
        {
            "name": "networkx",
            "specs": [
                [
                    "==",
                    "3.4.2"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.26.4"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.3"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "11.0.0"
                ]
            ]
        },
        {
            "name": "psutil",
            "specs": [
                [
                    "==",
                    "6.1.0"
                ]
            ]
        },
        {
            "name": "scikit_learn",
            "specs": [
                [
                    "==",
                    "1.5.2"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.13.1"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "75.3.0"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "torch",
            "specs": [
                [
                    "==",
                    "2.3.0"
                ]
            ]
        }
    ],
    "lcname": "pyclustkit"
}
        
Elapsed time: 0.39120s