Skip to content

Commit

Permalink
Fix class reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Jul 29, 2024
1 parent 11a3a68 commit 22b57e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/example_propensity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"dataset, we just use it for illustrational purposes.\n",
"```\n",
"\n",
"Now we can use a custom ``sklearn``-like classifier: :class:`~metalearners.utils.FixedBinaryPropensity`.\n",
"Now we can use a custom ``sklearn``-like classifier: {class}`~metalearners.utils.FixedBinaryPropensity`.\n",
"The latter can be used like any ``sklearn`` classifier but will always return the same propensity,\n",
"independently of the observed covariates. This propensity has to be provided at initialization via the\n",
"``propensity_score`` parameter."
Expand Down

0 comments on commit 22b57e7

Please sign in to comment.