Skip to content

Commit

Permalink
Merge branch 'main' into gridsearch_example
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC authored Jul 5, 2024
2 parents 97aeb36 + 58c3741 commit e79411d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/example_reuse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"Given that we know have an already trained outcome model, we can reuse\n",
"for another 'kind' of {class}`~metalearners.rlearner.RLearner` on the\n",
"same data. Concretely, we will now want to use a different\n",
"``propensity_model_factory`` and ``nuisance_model_factory``. Note that\n",
"``propensity_model_factory`` and ``treatment_model_factory``. Note that\n",
"this time, we do not specify a ``nuisance_model_factory`` in the\n",
"initialization of the {class}`~metalearners.rlearner.RLearner` since\n",
"the {class}`~metalearners.rlearner.RLearner` only relies on a single\n",
Expand Down

0 comments on commit e79411d

Please sign in to comment.