contextualbandits


Namecontextualbandits JSON
Version 0.3.26 PyPI version JSON
download
home_pagehttps://github.com/david-cortes/contextualbandits
SummaryPython Implementations of Algorithms for Contextual Bandits
upload_time2024-11-04 17:58:24
maintainerNone
docs_urlNone
authorDavid Cortes
requires_pythonNone
licenseNone
keywords contextual bandits offset tree doubly robust policy linucb thompson sampling
VCS
bugtrack_url
requirements cython numpy scipy pandas scikit-learn joblib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/david-cortes/contextualbandits",
    "name": "contextualbandits",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "contextual bandits offset tree doubly robust policy linucb thompson sampling",
    "author": "David Cortes",
    "author_email": "david.cortes.rivera@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/62/25/23bd6e22282e1dd7660fbb9d1f80a62d9564d434a587756553611cec48c5/contextualbandits-0.3.26.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python Implementations of Algorithms for Contextual Bandits",
    "version": "0.3.26",
    "project_urls": {
        "Homepage": "https://github.com/david-cortes/contextualbandits"
    },
    "split_keywords": [
        "contextual",
        "bandits",
        "offset",
        "tree",
        "doubly",
        "robust",
        "policy",
        "linucb",
        "thompson",
        "sampling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "622523bd6e22282e1dd7660fbb9d1f80a62d9564d434a587756553611cec48c5",
                "md5": "c720b9b7fb834a3c7c5d6b2162843ef1",
                "sha256": "ee4be6bdb829138f4de152c15580c1ce5ba325cfe01e194e137acd5f9c459f0d"
            },
            "downloads": -1,
            "filename": "contextualbandits-0.3.26.tar.gz",
            "has_sig": false,
            "md5_digest": "c720b9b7fb834a3c7c5d6b2162843ef1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 67900,
            "upload_time": "2024-11-04T17:58:24",
            "upload_time_iso_8601": "2024-11-04T17:58:24.679574Z",
            "url": "https://files.pythonhosted.org/packages/62/25/23bd6e22282e1dd7660fbb9d1f80a62d9564d434a587756553611cec48c5/contextualbandits-0.3.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-04 17:58:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "david-cortes",
    "github_project": "contextualbandits",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "cython",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.17"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "0.25.0"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "0.22"
                ]
            ]
        },
        {
            "name": "joblib",
            "specs": [
                [
                    ">=",
                    "0.13"
                ]
            ]
        }
    ],
    "lcname": "contextualbandits"
}
        
Elapsed time: 0.42125s