Skip to content

Commit

Permalink
Merge branch 'feature/neural_thompson_sampling' into 'main'
Browse files Browse the repository at this point in the history
Add NeuralTS
  • Loading branch information
shashist committed Sep 30, 2024
2 parents 4f6ab22 + 6c8d879 commit cb6e1cb
Show file tree
Hide file tree
Showing 9 changed files with 3,178 additions and 49 deletions.
7 changes: 5 additions & 2 deletions examples/02_models_comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"end_time": "2020-02-10T16:01:45.639135Z",
"start_time": "2020-02-10T16:01:45.612577Z"
},
"collapsed": false,
"jupyter": {
"outputs_hidden": false
},
Expand Down Expand Up @@ -157,6 +158,7 @@
"end_time": "2020-02-10T15:59:09.227179Z",
"start_time": "2020-02-10T15:59:06.427348Z"
},
"collapsed": false,
"jupyter": {
"outputs_hidden": false
},
Expand Down Expand Up @@ -222,6 +224,7 @@
"end_time": "2020-02-10T15:59:42.041251Z",
"start_time": "2020-02-10T15:59:09.230636Z"
},
"collapsed": false,
"jupyter": {
"outputs_hidden": false
},
Expand Down Expand Up @@ -1813,7 +1816,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.9.6 ('.venv': venv)",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1827,7 +1830,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.9.7"
},
"name": "movielens_nmf.ipynb",
"pycharm": {
Expand Down
Loading

0 comments on commit cb6e1cb

Please sign in to comment.