Skip to content

Commit

Permalink
Link two terms to glossary.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Jun 20, 2024
1 parent edad6bb commit c767238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/background.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ the opposite holds true.
We would like to learn such policies to apply them on previously
unseen data. In order to learn the policy, we can use data from an experiment.
We can dinstinguish two cases when it comes to experiment data:
observational or RCT data.
:term:`observational <Observational data>` or
:term:`RCT<Randomized Control Trial (RCT)>` data.

Importantly, MetaLearners for CATE estimation can, in principle, be
used for both observational or RCT data. Yet, the following conditions
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/example_lime.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"source": [
"### Generating lime plots\n",
"\n",
"``lime`` will an expect a function which takes in an ``X`` and returns\n",
"``lime`` will expect a function which consumes an ``X`` and returns\n",
"a one-dimensional vector of the same length as ``X``. We'll have to\n",
"adapt the {meth}`~metalearners.rlearner.RLearner.predict` method of\n",
"our {class}`~metalearners.rlearner.RLearner` in two ways:\n",
Expand Down

0 comments on commit c767238

Please sign in to comment.