treeg


Nametreeg JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/mayabechlerspeicher/TREE-G
SummaryTREE-G is a library of decision trees specialized for graph data. The library is scikit compatible, and the implementation follows the paper "Decision Trees with Dynamic Graph Features"
upload_time2024-02-28 17:43:21
maintainer
docs_urlNone
authorMaya Bechler-Speicher
requires_python
licenseMIT
keywords decision trees graph graph learning graph machine learning decision trees for graphs
VCS
bugtrack_url
requirements python grakel numpy ogb starboost scipy torch torch-cluster torch-geometric torch-scatter torch-sparse wandb
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mayabechlerspeicher/TREE-G",
    "name": "treeg",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Decision Trees,Graph,Graph Learning,Graph Machine Learning,Decision Trees for graphs",
    "author": "Maya Bechler-Speicher",
    "author_email": "mayab4@mail.tau.ac.il",
    "download_url": "https://files.pythonhosted.org/packages/00/73/72b807ceddf62f7baf87746c322275dfece5aee3a6d97b0a196cde54c276/treeg-1.0.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "TREE-G is a library of decision trees specialized for graph data. The library is scikit compatible, and the implementation follows the paper \"Decision Trees with Dynamic Graph Features\"",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/mayabechlerspeicher/TREE-G"
    },
    "split_keywords": [
        "decision trees",
        "graph",
        "graph learning",
        "graph machine learning",
        "decision trees for graphs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55a7aeb67704b978331be07c94e15cdaf989ca038aea7135e422990829c70229",
                "md5": "d60f6fc58e34e561866a3cd16da82175",
                "sha256": "c294c15cb0690809a665c545b4102177561df7b51357e26a057c8816e249a89c"
            },
            "downloads": -1,
            "filename": "treeg-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d60f6fc58e34e561866a3cd16da82175",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3600,
            "upload_time": "2024-02-28T17:43:19",
            "upload_time_iso_8601": "2024-02-28T17:43:19.612959Z",
            "url": "https://files.pythonhosted.org/packages/55/a7/aeb67704b978331be07c94e15cdaf989ca038aea7135e422990829c70229/treeg-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "007372b807ceddf62f7baf87746c322275dfece5aee3a6d97b0a196cde54c276",
                "md5": "b58952c143686f09338fe9bd19eebe3f",
                "sha256": "572e46aeff0e09048ad7288a4b8a7881d8098e50d8ce5c6e0dc383f94e129e5b"
            },
            "downloads": -1,
            "filename": "treeg-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b58952c143686f09338fe9bd19eebe3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4908,
            "upload_time": "2024-02-28T17:43:21",
            "upload_time_iso_8601": "2024-02-28T17:43:21.910883Z",
            "url": "https://files.pythonhosted.org/packages/00/73/72b807ceddf62f7baf87746c322275dfece5aee3a6d97b0a196cde54c276/treeg-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-28 17:43:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mayabechlerspeicher",
    "github_project": "TREE-G",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "python",
            "specs": [
                [
                    "==",
                    "3.8.5"
                ]
            ]
        },
        {
            "name": "grakel",
            "specs": [
                [
                    "==",
                    "0.1.9"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.23.4"
                ]
            ]
        },
        {
            "name": "ogb",
            "specs": [
                [
                    "==",
                    "1.3.4"
                ]
            ]
        },
        {
            "name": "starboost",
            "specs": [
                [
                    "==",
                    "0.0.2"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.9.1"
                ]
            ]
        },
        {
            "name": "torch",
            "specs": [
                [
                    "==",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": "torch-cluster",
            "specs": [
                [
                    "==",
                    "1.6.0"
                ]
            ]
        },
        {
            "name": "torch-geometric",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "torch-scatter",
            "specs": [
                [
                    "==",
                    "2.0.9"
                ]
            ]
        },
        {
            "name": "torch-sparse",
            "specs": [
                [
                    "==",
                    "0.6.12"
                ]
            ]
        },
        {
            "name": "wandb",
            "specs": []
        }
    ],
    "lcname": "treeg"
}
        
Elapsed time: 0.20482s