Skip to content

Commit

Permalink
Update docs/examples/example_basic.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Klein <[email protected]>
  • Loading branch information
FrancescMartiEscofetQC and kklein authored Jun 25, 2024
1 parent 1856b68 commit f42c9af
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 @@ -215,7 +215,7 @@
"model a nuisance model, the initialization parameters for it are separated from the other\n",
"nuisance parameters to allow a more understandable user interface, see the next code prompt.\n",
"\n",
"In general, when initializing a MetaLearner the ``nuisance_model_factory`` parameter will\n",
"In general, when initializing a MetaLearner, the ``nuisance_model_factory`` parameter will\n",
"be used to create all the nuisance models which are not a propensity model, the\n",
"``propensity_model_factory`` will be used for the propensity model if the MetaLearner\n",
"contains one, and the ``treatment_model_factory`` will be used for the models predicting\n",
Expand Down

0 comments on commit f42c9af

Please sign in to comment.