contextual-bandits-algos


Namecontextual-bandits-algos JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/singhsidhukuldeep/contextual-bandits
SummaryA library for contextual multi-armed bandit algorithms.
upload_time2024-09-15 22:36:26
maintainerNone
docs_urlNone
authorKuldeep Singh Sidhu
requires_pythonNone
licenseNone
keywords contextual bandits multi-armed bandits reinforcement learning linucb epsilon-greedy ucb thompson sampling kernel methods neural networks machine learning python library
VCS
bugtrack_url
requirements numpy scikit-learn torch black matplotlib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/singhsidhukuldeep/contextual-bandits",
    "name": "contextual-bandits-algos",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Contextual Bandits, Multi-Armed Bandits, Reinforcement Learning, LinUCB, Epsilon-Greedy, UCB, Thompson Sampling, Kernel Methods, Neural Networks, Machine Learning, Python Library",
    "author": "Kuldeep Singh Sidhu",
    "author_email": "singhsidhukuldeep@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8e/14/35a7feeb97d8c5ebb87f288d83bf19d8ec53a48229c81a1fc57717a858b3/contextual_bandits_algos-0.1.0.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library for contextual multi-armed bandit algorithms.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/singhsidhukuldeep/contextual-bandits"
    },
    "split_keywords": [
        "contextual bandits",
        " multi-armed bandits",
        " reinforcement learning",
        " linucb",
        " epsilon-greedy",
        " ucb",
        " thompson sampling",
        " kernel methods",
        " neural networks",
        " machine learning",
        " python library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e1435a7feeb97d8c5ebb87f288d83bf19d8ec53a48229c81a1fc57717a858b3",
                "md5": "0f32a06447ad2a44045b9ed8aa36f222",
                "sha256": "d44d88e61bebb17b4fa2ce4987ec3fe605899b0b7040d3e51bef992f7014da0c"
            },
            "downloads": -1,
            "filename": "contextual_bandits_algos-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0f32a06447ad2a44045b9ed8aa36f222",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 81094,
            "upload_time": "2024-09-15T22:36:26",
            "upload_time_iso_8601": "2024-09-15T22:36:26.166759Z",
            "url": "https://files.pythonhosted.org/packages/8e/14/35a7feeb97d8c5ebb87f288d83bf19d8ec53a48229c81a1fc57717a858b3/contextual_bandits_algos-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-15 22:36:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "singhsidhukuldeep",
    "github_project": "contextual-bandits",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.18.0"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "0.22.0"
                ]
            ]
        },
        {
            "name": "torch",
            "specs": [
                [
                    ">=",
                    "1.7.0"
                ]
            ]
        },
        {
            "name": "black",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        }
    ],
    "lcname": "contextual-bandits-algos"
}
        
Elapsed time: 0.34070s