Skip to content

Commit

Permalink
fix nb
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz committed Jun 28, 2024
1 parent d5c3d1e commit 3965e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notebooks/mmm/mmm_tvp_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
" print(\n",
" \"base_intercept:\",\n",
" float(\n",
" mmm.idata.posterior.base_intercept.mean()\n",
" mmm.idata.posterior.baseline_intercept.mean()\n",
" * mmm.target_transformer.steps[0][1].scale_[0]\n",
" ),\n",
" )\n",
Expand Down

0 comments on commit 3965e62

Please sign in to comment.