Skip to content

Commit

Permalink
Merge branch 'main' into link_glossary_terms
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein authored Jun 20, 2024
2 parents 895e989 + 67725ae commit 3f1e7aa
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 @@ -258,7 +258,7 @@
" n_variants=2,\n",
")\n",
"\n",
"rlearner_new.fit(\n",
"drlearner.fit(\n",
" X=df[feature_columns],\n",
" y=df[outcome_column],\n",
" w=df[treatment_column],\n",
Expand Down

0 comments on commit 3f1e7aa

Please sign in to comment.