Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Jul 29, 2024
1 parent c9ab1f9 commit 11a3a68
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 @@ -116,7 +116,7 @@
"outputs": [],
"source": [
"from metalearners import RLearner\n",
"from metaleanrers.utils import FixedBinaryPropensity\n",
"from metalearners.utils import FixedBinaryPropensity\n",
"from lightgbm import LGBMRegressor\n",
"\n",
"rlearner = RLearner(\n",
Expand Down

0 comments on commit 11a3a68

Please sign in to comment.