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/5d/9c/cd89473df6f272e3980835488f7d45d4098eb2274562df494e22af8820af/contextualbandits-0.3.27.tar.gz",
"platform": null,
"description": "",
"bugtrack_url": null,
"license": null,
"summary": "Python Implementations of Algorithms for Contextual Bandits",
"version": "0.3.27",
"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": "5d9ccd89473df6f272e3980835488f7d45d4098eb2274562df494e22af8820af",
"md5": "eec10b3b555bec8859039e2c0ca7d0ae",
"sha256": "dd8a0df7dfd01f3d2ae3863d51431d133bbe3cd3fe5184ecf43cbea9f959964a"
},
"downloads": -1,
"filename": "contextualbandits-0.3.27.tar.gz",
"has_sig": false,
"md5_digest": "eec10b3b555bec8859039e2c0ca7d0ae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 67936,
"upload_time": "2025-01-06T19:58:09",
"upload_time_iso_8601": "2025-01-06T19:58:09.637722Z",
"url": "https://files.pythonhosted.org/packages/5d/9c/cd89473df6f272e3980835488f7d45d4098eb2274562df494e22af8820af/contextualbandits-0.3.27.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-06 19:58:09",
"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"
}