Skip to content

Commit dee1752

Browse files
authored
Merge pull request #134 from st-tech/update-version
Update version to 0.5.0
2 parents 867eebe + 16c7d1c commit dee1752

File tree

8 files changed

+84
-87
lines changed

8 files changed

+84
-87
lines changed

benchmark/ope/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ numpy = "^1.21.1"
5353
matplotlib = "^3.4.2"
5454
hydra-core = "^1.1.0"
5555
pingouin = "^0.4.0"
56-
obp = "^0.4.2"
5756
pyieoe = "^0.1.0"
57+
obp = "^0.5.0"
5858
```
5959

6060
## Files

benchmark/ope/poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmark/ope/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "benchmark/ope"
33
version = "0.1.0"
4-
description = ""
4+
description = "benchmarking OPE estimators on Open Bandit Dataset"
55
authors = ["usaito <[email protected]>"]
66

77
[tool.poetry.dependencies]
@@ -12,8 +12,8 @@ numpy = "^1.21.1"
1212
matplotlib = "^3.4.2"
1313
hydra-core = "^1.1.0"
1414
pingouin = "^0.4.0"
15-
obp = "^0.4.2"
1615
pyieoe = "^0.1.0"
16+
obp = "^0.5.0"
1717

1818
[tool.poetry.dev-dependencies]
1919
flake8 = "^3.9.2"

examples/quickstart/multiclass.ipynb

Lines changed: 26 additions & 27 deletions
Large diffs are not rendered by default.

examples/quickstart/obd.ipynb

Lines changed: 6 additions & 8 deletions
Large diffs are not rendered by default.

examples/quickstart/opl.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"output_type": "stream",
6363
"name": "stdout",
6464
"text": [
65-
"0.4.1\n"
65+
"0.5.0\n"
6666
]
6767
}
6868
],
@@ -261,8 +261,8 @@
261261
"output_type": "stream",
262262
"name": "stderr",
263263
"text": [
264-
"q-func learning: 100%|██████████| 200/200 [00:17<00:00, 11.26it/s]\n",
265-
"policy learning: 100%|██████████| 200/200 [00:44<00:00, 4.50it/s]\n"
264+
"q-func learning: 100%|██████████| 200/200 [00:16<00:00, 11.99it/s]\n",
265+
"policy learning: 100%|██████████| 200/200 [00:40<00:00, 4.93it/s]\n"
266266
]
267267
}
268268
],
@@ -299,7 +299,7 @@
299299
"output_type": "stream",
300300
"name": "stderr",
301301
"text": [
302-
"policy learning: 100%|██████████| 200/200 [00:43<00:00, 4.56it/s]\n"
302+
"policy learning: 100%|██████████| 200/200 [00:36<00:00, 5.50it/s]\n"
303303
]
304304
}
305305
],
@@ -336,8 +336,8 @@
336336
"output_type": "stream",
337337
"name": "stderr",
338338
"text": [
339-
"q-func learning: 100%|██████████| 200/200 [00:19<00:00, 10.32it/s]\n",
340-
"policy learning: 100%|██████████| 200/200 [01:03<00:00, 3.14it/s]\n"
339+
"q-func learning: 100%|██████████| 200/200 [00:15<00:00, 12.70it/s]\n",
340+
"policy learning: 100%|██████████| 200/200 [00:51<00:00, 3.85it/s]\n"
341341
]
342342
}
343343
],
@@ -498,9 +498,9 @@
498498
"output_type": "stream",
499499
"name": "stdout",
500500
"text": [
501-
"policy value of NN Policy Learner with DM: 0.7404435523322302\n",
502-
"policy value of NN Policy Learner with IPW: 0.7212317939160037\n",
503-
"policy value of NN Policy Learner with DR: 0.7236077796319849\n",
501+
"policy value of NN Policy Learner with DM: 0.7401610285643739\n",
502+
"policy value of NN Policy Learner with IPW: 0.7219954182377301\n",
503+
"policy value of NN Policy Learner with DR: 0.7239531174451277\n",
504504
"policy value of IPW Learner with Logistic Regression: 0.7225216225722526\n",
505505
"policy value of IPW Learner with Random Forest: 0.6826465969408197\n",
506506
"policy value of Unifrom Random: 0.6056038101021686\n"
@@ -538,7 +538,7 @@
538538
"metadata": {
539539
"kernelspec": {
540540
"name": "python3",
541-
"display_name": "Python 3.9.5 64-bit ('zr-obp': pyenv)"
541+
"display_name": "Python 3.9.5 64-bit ('3.9.5': pyenv)"
542542
},
543543
"language_info": {
544544
"codemirror_mode": {
@@ -553,7 +553,7 @@
553553
"version": "3.9.5"
554554
},
555555
"interpreter": {
556-
"hash": "64b446a4e17784c2dc3dbe74bf0708929a003fb4822b30671d57ebdef413b716"
556+
"hash": "2ff39f3b22306140fd87fd114528320b56c4f8c8e196b421a3ea939a2b6b4692"
557557
}
558558
},
559559
"nbformat": 4,

examples/quickstart/synthetic.ipynb

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

obp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)