-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c0f496
commit 60607d9
Showing
4 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ | |
Overview <overview/index> | ||
Estimators <ope/index> | ||
Policies <policy/index> | ||
Selection <ops/index> | ||
|
||
Welcome to Hopes! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Hopes: Estimators | ||
================================= | ||
================= | ||
|
||
Roadmap | ||
------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Hopes: Selection | ||
================ | ||
|
||
Running an Off-Policy Evaluation (OPE) experiment with Hopes is simple. | ||
|
||
First, the :class:`hopes.ope.evaluation.OffPolicyEvaluation` can be used to run an OPE experiment. | ||
Class documentation provides an example, see below. | ||
|
||
.. autoclass:: hopes.ope.evaluation.OffPolicyEvaluation | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters