TREEplusrepository


NameTREEplusrepository JSON
Version 0.1.7 PyPI version JSON
download
home_pageNone
SummaryStandard and Non-Standard Tree Based Methods
upload_time2024-06-03 13:16:09
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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "TREEplusrepository",
    "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/77/3c/dd8bbe17cf5be5cca9e11020d2084f11f1f19da3a4c38d30abd31fb01c40/treeplusrepository-0.1.7.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.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Standard and Non-Standard Tree Based Methods",
    "version": "0.1.7",
    "project_urls": null,
    "split_keywords": [
        "python",
        " tree",
        " cart"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e99a7e9365936ea941a3f450324a5520098df91ba08a636ce9469f7cf4dd664c",
                "md5": "d6f0f17973c278e4d30f28e5e4b357e7",
                "sha256": "d1cb9ebea8f0d4fcc93c8ef7e0bab7ba8d93c1ec82c558f3f39bee6f1880a4a8"
            },
            "downloads": -1,
            "filename": "TREEplusrepository-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d6f0f17973c278e4d30f28e5e4b357e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 32453,
            "upload_time": "2024-06-03T13:16:08",
            "upload_time_iso_8601": "2024-06-03T13:16:08.067179Z",
            "url": "https://files.pythonhosted.org/packages/e9/9a/7e9365936ea941a3f450324a5520098df91ba08a636ce9469f7cf4dd664c/TREEplusrepository-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "773cdd8bbe17cf5be5cca9e11020d2084f11f1f19da3a4c38d30abd31fb01c40",
                "md5": "a5826833399a481cff22cb6fc564fcc5",
                "sha256": "9dd7721d536e7f8c96a5c63020c8a23f583b632d1e0f18880fe15a81ac320b44"
            },
            "downloads": -1,
            "filename": "treeplusrepository-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "a5826833399a481cff22cb6fc564fcc5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31326,
            "upload_time": "2024-06-03T13:16:09",
            "upload_time_iso_8601": "2024-06-03T13:16:09.242284Z",
            "url": "https://files.pythonhosted.org/packages/77/3c/dd8bbe17cf5be5cca9e11020d2084f11f1f19da3a4c38d30abd31fb01c40/treeplusrepository-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-03 13:16:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "treeplusrepository"
}
        
Elapsed time: 0.26536s