Skip to content

Commit

Permalink
Add comment from code
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jun 24, 2024
1 parent af51074 commit e5a7a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/example_basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"where we choose a classifier class to serve as a blueprint for our\n",
"eventual propensity model. It is important to notice that although we consider the propensity\n",
"model a nuisance model, the initialization parameters for it are separated from the other\n",
"nuisance parameters to allow a more understandable user interface.\n",
"nuisance parameters to allow a more understandable user interface, see the next code prompt.\n",
"\n",
"In the {class}`~metalearners.RLearner` case, the ``nuisance_model_factory`` parameter will\n",
"be used to create the outcome model, the ``propensity_model_factory`` will be used for the\n",
Expand Down

0 comments on commit e5a7a31

Please sign in to comment.