TREE4


NameTREE4 JSON
Version 0.1.6 PyPI version JSON
download
home_pageNone
SummaryStandard and Non-Standard Tree Based Methods
upload_time2024-06-06 00:47:35
maintainerNone
docs_urlNone
authorDaniel Fynn
requires_pythonNone
licenseNone
keywords python tree cart
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The library contains standard CART based methologies for growing trees, includind twoing, as well as non standard techniques two-stage techniques like fast and latent-budget tree. There is also cross validation methods for pruning the tree, and k-folds implementation. As well as a graphical interface to view the tree and information about the nodes, including visual pruning by viewing thhe decrease in deviance created by a split relative to other splits in the grown tree, and an output table containing useful information. For more information and examples please see: https://github.com/danielchfynn/TREE4

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "TREE4",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, tree, CART",
    "author": "Daniel Fynn",
    "author_email": "<df390@uowmail.edu.au>",
    "download_url": "https://files.pythonhosted.org/packages/56/1e/69feb0daf1bb4304ce4619b641860ee19f2c729d0de7204b1503567a926d/tree4-0.1.6.tar.gz",
    "platform": null,
    "description": "The library contains standard CART based methologies for growing trees, includind twoing, as well as non standard techniques two-stage techniques like fast and latent-budget tree. There is also cross validation methods for pruning the tree, and k-folds implementation. As well as a graphical interface to view the tree and information about the nodes, including visual pruning by viewing thhe decrease in deviance created by a split relative to other splits in the grown tree, and an output table containing useful information. For more information and examples please see: https://github.com/danielchfynn/TREE4\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Standard and Non-Standard Tree Based Methods",
    "version": "0.1.6",
    "project_urls": null,
    "split_keywords": [
        "python",
        " tree",
        " cart"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8841d66ee28f534185bcfd92a3e965cbacc835f85444dbeedd97322eddc053b3",
                "md5": "c473d1088922eca93826c2182620d6bf",
                "sha256": "1b6ef9148abb72051a980fcdf2be429a14072f1a43873517ce624da670af681c"
            },
            "downloads": -1,
            "filename": "TREE4-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c473d1088922eca93826c2182620d6bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 32373,
            "upload_time": "2024-06-06T00:47:32",
            "upload_time_iso_8601": "2024-06-06T00:47:32.103165Z",
            "url": "https://files.pythonhosted.org/packages/88/41/d66ee28f534185bcfd92a3e965cbacc835f85444dbeedd97322eddc053b3/TREE4-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "561e69feb0daf1bb4304ce4619b641860ee19f2c729d0de7204b1503567a926d",
                "md5": "79d56dcd747bd543e71253b221de806f",
                "sha256": "cb507ec065ae8c913b58c5faaef15d9e89e0d84171a2acc95a0201634983dbc1"
            },
            "downloads": -1,
            "filename": "tree4-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "79d56dcd747bd543e71253b221de806f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31431,
            "upload_time": "2024-06-06T00:47:35",
            "upload_time_iso_8601": "2024-06-06T00:47:35.426322Z",
            "url": "https://files.pythonhosted.org/packages/56/1e/69feb0daf1bb4304ce4619b641860ee19f2c729d0de7204b1503567a926d/tree4-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-06 00:47:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tree4"
}
        
Elapsed time: 0.58525s