cluster-ss


Namecluster-ss JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/xGabrielR/cluster-ss
SummaryImproving Clustering Problem Analysis with a simple Silhouette Metric Support and Sklearn Estimators Fit's.
upload_time2023-01-08 16:27:47
maintainer
docs_urlNone
authorGabriel R.
requires_python>=3.10
license
keywords python first_package cluster clustering machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## `cluster-ss`: Cluster Silhouette Support

Clustering Problems is hard and much more hard in Python, do not exists some packages to faster implementation of metrics and others helpful supports like cluster analysis, visualization, estimators training and dimensionality reduction.
Note, This package was heavily influenced by the lazypredict package, I loved the ideia of one comand line for fit multiple estimators.

Based on this problems `cluster-ss` is a simple package to facilite implementation of this steps for clustering analysis, adding some simple ways to fit estimators and visualize one of my favorite metric, the *silhouette score*.

The package offers:

* Simple ways to visualize silhouette score and analysis.
* Fit functions from all sklearn cluster estimators.
* Setup multiple parameters to fit these estimators.

This is a simple study proposed package by Me, however I invite the community to contribute. Please help by trying it out, reporting bugs, making improvments and other cool thigs. :)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xGabrielR/cluster-ss",
    "name": "cluster-ss",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "python,first_package,cluster,clustering,machine learning",
    "author": "Gabriel R.",
    "author_email": "gabrielrichter2021@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/35/41/df47efd30a7e002a9e5008efb61003c3f67531a020f3137c69dfadcdc088/cluster_ss-0.0.3.tar.gz",
    "platform": null,
    "description": "## `cluster-ss`: Cluster Silhouette Support\n\nClustering Problems is hard and much more hard in Python, do not exists some packages to faster implementation of metrics and others helpful supports like cluster analysis, visualization, estimators training and dimensionality reduction.\nNote, This package was heavily influenced by the lazypredict package, I loved the ideia of one comand line for fit multiple estimators.\n\nBased on this problems `cluster-ss` is a simple package to facilite implementation of this steps for clustering analysis, adding some simple ways to fit estimators and visualize one of my favorite metric, the *silhouette score*.\n\nThe package offers:\n\n* Simple ways to visualize silhouette score and analysis.\n* Fit functions from all sklearn cluster estimators.\n* Setup multiple parameters to fit these estimators.\n\nThis is a simple study proposed package by Me, however I invite the community to contribute. Please help by trying it out, reporting bugs, making improvments and other cool thigs. :)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Improving Clustering Problem Analysis with a simple Silhouette Metric Support and Sklearn Estimators Fit's.",
    "version": "0.0.3",
    "split_keywords": [
        "python",
        "first_package",
        "cluster",
        "clustering",
        "machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "370ddf47d3b7297038498777047637d2cbd27e986e3c7c4f9e56d68251c61ba4",
                "md5": "efa3e3e9fba1ce0252395bc25cd5d28e",
                "sha256": "b85159d1fc6b8d8d3d698a68c4cdd4b9ff58f84c589880b9c88a86c6d629ccd9"
            },
            "downloads": -1,
            "filename": "cluster_ss-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "efa3e3e9fba1ce0252395bc25cd5d28e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 11225,
            "upload_time": "2023-01-08T16:27:44",
            "upload_time_iso_8601": "2023-01-08T16:27:44.303746Z",
            "url": "https://files.pythonhosted.org/packages/37/0d/df47d3b7297038498777047637d2cbd27e986e3c7c4f9e56d68251c61ba4/cluster_ss-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3541df47efd30a7e002a9e5008efb61003c3f67531a020f3137c69dfadcdc088",
                "md5": "83168f54a486952b3924931a3afd60fd",
                "sha256": "46bf1c76ca1234d32dcb80db9c718786197a908ba4966fbf00479734102b108d"
            },
            "downloads": -1,
            "filename": "cluster_ss-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "83168f54a486952b3924931a3afd60fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 10970,
            "upload_time": "2023-01-08T16:27:47",
            "upload_time_iso_8601": "2023-01-08T16:27:47.895464Z",
            "url": "https://files.pythonhosted.org/packages/35/41/df47efd30a7e002a9e5008efb61003c3f67531a020f3137c69dfadcdc088/cluster_ss-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-08 16:27:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "xGabrielR",
    "github_project": "cluster-ss",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cluster-ss"
}
        
Elapsed time: 0.02686s