CHAID


NameCHAID JSON
Version 5.4.2 PyPI version JSON
download
home_pagehttps://github.com/Rambatino/CHAID
SummaryA CHAID tree building algorithm
upload_time2024-07-20 13:23:31
maintainerNone
docs_urlhttps://pythonhosted.org/CHAID/
authorMark Ramotowski, Richard Fitzgerald
requires_pythonNone
licenseApache License 2.0
keywords chaid pandas numpy scipy statistics statistical analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package provides a python implementation of the Chi-Squared Automatic Inference Detection (CHAID) decision tree

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Rambatino/CHAID",
    "name": "CHAID",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/CHAID/",
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "CHAID pandas numpy scipy statistics statistical analysis",
    "author": "Mark Ramotowski, Richard Fitzgerald",
    "author_email": "mark.tint.ramotowski@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d3/1e/8f24648df9901339b5cfc225f5ecbd77cbe90cdc4aaa0ba6d034b41d9064/chaid-5.4.2.tar.gz",
    "platform": null,
    "description": "This package provides a python implementation of the Chi-Squared Automatic Inference Detection (CHAID) decision tree\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A CHAID tree building algorithm",
    "version": "5.4.2",
    "project_urls": {
        "Homepage": "https://github.com/Rambatino/CHAID"
    },
    "split_keywords": [
        "chaid",
        "pandas",
        "numpy",
        "scipy",
        "statistics",
        "statistical",
        "analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4b4251211597cb3c728cec2c8db1a80ff71a708d13651011dfc78c84ff32c3e",
                "md5": "918a293262d4034168336290de04bb52",
                "sha256": "232690c403fc6b46dd1613e57c93136ad0c2c9e31086d4f3b655a30af84819c9"
            },
            "downloads": -1,
            "filename": "CHAID-5.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "918a293262d4034168336290de04bb52",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 21039,
            "upload_time": "2024-07-20T13:23:28",
            "upload_time_iso_8601": "2024-07-20T13:23:28.928317Z",
            "url": "https://files.pythonhosted.org/packages/d4/b4/251211597cb3c728cec2c8db1a80ff71a708d13651011dfc78c84ff32c3e/CHAID-5.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d31e8f24648df9901339b5cfc225f5ecbd77cbe90cdc4aaa0ba6d034b41d9064",
                "md5": "d6b64a0af2feeb3f9a3b7cecf42456b5",
                "sha256": "6f9f1609786ab16294dbef204b2fe5622bb37d37957e37cb4296158e0df70d42"
            },
            "downloads": -1,
            "filename": "chaid-5.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d6b64a0af2feeb3f9a3b7cecf42456b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35822,
            "upload_time": "2024-07-20T13:23:31",
            "upload_time_iso_8601": "2024-07-20T13:23:31.442815Z",
            "url": "https://files.pythonhosted.org/packages/d3/1e/8f24648df9901339b5cfc225f5ecbd77cbe90cdc4aaa0ba6d034b41d9064/chaid-5.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-20 13:23:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Rambatino",
    "github_project": "CHAID",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "tox": true,
    "lcname": "chaid"
}
        
Elapsed time: 0.48579s