CHAID


NameCHAID JSON
Version 5.4.1 PyPI version JSON
download
home_pagehttps://github.com/Rambatino/CHAID
SummaryA CHAID tree building algorithm
upload_time2023-09-07 10:06:29
maintainer
docs_urlhttps://pythonhosted.org/CHAID/
authorMark Ramotowski, Richard Fitzgerald
requires_python
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": "",
    "docs_url": "https://pythonhosted.org/CHAID/",
    "requires_python": "",
    "maintainer_email": "",
    "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/f0/0d/35c1db04e1de8c02ccfd280f8a5bb1de3bc858e1f784193007213331bbb5/CHAID-5.4.1.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.1",
    "project_urls": {
        "Homepage": "https://github.com/Rambatino/CHAID"
    },
    "split_keywords": [
        "chaid",
        "pandas",
        "numpy",
        "scipy",
        "statistics",
        "statistical",
        "analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f00d35c1db04e1de8c02ccfd280f8a5bb1de3bc858e1f784193007213331bbb5",
                "md5": "a30f652d640981f60286fe580e410786",
                "sha256": "8ad7b92b9dac6e0fec2fc7a3fe4edd7b04cb43a6a3e68e1c9551a6d970101ea2"
            },
            "downloads": -1,
            "filename": "CHAID-5.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a30f652d640981f60286fe580e410786",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35715,
            "upload_time": "2023-09-07T10:06:29",
            "upload_time_iso_8601": "2023-09-07T10:06:29.740127Z",
            "url": "https://files.pythonhosted.org/packages/f0/0d/35c1db04e1de8c02ccfd280f8a5bb1de3bc858e1f784193007213331bbb5/CHAID-5.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-07 10:06:29",
    "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.10975s