Skip to content

Commit

Permalink
Add week units
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jul 3, 2024
1 parent df35b38 commit bd57073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/example_survival.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
")\n",
"plt.hist(simplify_output(cate_estimates_rlearner), bins=20, alpha=0.5, label=\"RLearner\")\n",
"plt.legend()\n",
"plt.xlabel(\"CATE estimate\")\n",
"plt.xlabel(\"CATE estimate (weeks)\")\n",
"plt.ylabel(\"Frequency\")\n",
"plt.title(\"Histogram of CATE estimates\")\n",
"plt.show()"
Expand Down

0 comments on commit bd57073

Please sign in to comment.