TREE4


NameTREE4 JSON
Version 0.1.13 PyPI version JSON
download
home_pageNone
SummaryStandard and Non-Standard Tree Based Methods
upload_time2024-07-04 11:27:56
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/0f/30/ffec1b98a8cc513bee51dc80462a6fea15bb66f019492567597e1f751dba/tree4-0.1.13.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.13",
    "project_urls": null,
    "split_keywords": [
        "python",
        " tree",
        " cart"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6266bf75316c48fcbf9579a74f406537b319530ff474e15652d955e7e74a9513",
                "md5": "be0c94c8ac63793054ae77a96c31ee3f",
                "sha256": "430a169314152fee6b3be41f0e8fa830b519b6f7368eb1a2f7f3dd99aeff3ff2"
            },
            "downloads": -1,
            "filename": "TREE4-0.1.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be0c94c8ac63793054ae77a96c31ee3f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 38583,
            "upload_time": "2024-07-04T11:27:48",
            "upload_time_iso_8601": "2024-07-04T11:27:48.860516Z",
            "url": "https://files.pythonhosted.org/packages/62/66/bf75316c48fcbf9579a74f406537b319530ff474e15652d955e7e74a9513/TREE4-0.1.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f30ffec1b98a8cc513bee51dc80462a6fea15bb66f019492567597e1f751dba",
                "md5": "9269a2c0dbb857730102d56d94b42376",
                "sha256": "a4354a27e8552be19356d01fb9c80d36b3ee64a7bec0d0105737419d2874a687"
            },
            "downloads": -1,
            "filename": "tree4-0.1.13.tar.gz",
            "has_sig": false,
            "md5_digest": "9269a2c0dbb857730102d56d94b42376",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 37607,
            "upload_time": "2024-07-04T11:27:56",
            "upload_time_iso_8601": "2024-07-04T11:27:56.833667Z",
            "url": "https://files.pythonhosted.org/packages/0f/30/ffec1b98a8cc513bee51dc80462a6fea15bb66f019492567597e1f751dba/tree4-0.1.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-04 11:27:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tree4"
}
        
Elapsed time: 0.42887s