contextualbandits


Namecontextualbandits JSON
Version 0.3.21 PyPI version JSON
download
home_pagehttps://github.com/david-cortes/contextualbandits
SummaryPython Implementations of Algorithms for Contextual Bandits
upload_time2023-04-26 16:45:33
maintainer
docs_urlNone
authorDavid Cortes
requires_python
license
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "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/08/7e/6537c38f4219efc209dd4151f842cada8085abc1f4ab9734a64b812cfc9a/contextualbandits-0.3.21.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python Implementations of Algorithms for Contextual Bandits",
    "version": "0.3.21",
    "split_keywords": [
        "contextual",
        "bandits",
        "offset",
        "tree",
        "doubly",
        "robust",
        "policy",
        "linucb",
        "thompson",
        "sampling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "087e6537c38f4219efc209dd4151f842cada8085abc1f4ab9734a64b812cfc9a",
                "md5": "d9651693d32162c31b3e57133fac3569",
                "sha256": "4564918f86796247612a3b919bf0c4f23031d263346b21e6b4bbcc2540326c73"
            },
            "downloads": -1,
            "filename": "contextualbandits-0.3.21.tar.gz",
            "has_sig": false,
            "md5_digest": "d9651693d32162c31b3e57133fac3569",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 67444,
            "upload_time": "2023-04-26T16:45:33",
            "upload_time_iso_8601": "2023-04-26T16:45:33.524634Z",
            "url": "https://files.pythonhosted.org/packages/08/7e/6537c38f4219efc209dd4151f842cada8085abc1f4ab9734a64b812cfc9a/contextualbandits-0.3.21.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-26 16:45:33",
    "github": true,
    "gitlab": false,
    "bitbucket": 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.06128s