Skip to content

Commit

Permalink
Merge pull request #152 from juanitorduz/electricity_with_priors
Browse files Browse the repository at this point in the history
Electricity with priors
  • Loading branch information
juanitorduz authored Oct 6, 2024
2 parents e3f9247 + e97d0bc commit d97e9ab
Show file tree
Hide file tree
Showing 2 changed files with 874 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Python/electricity_forecast.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -951,9 +951,18 @@
"The ELBO loss is decreasing as expected."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Posterior Predictive Checks\n",
"\n",
"We now generate samples for the training and test data. We are interested in both the likelihood (demand) and the posterior distribution of the temperature effect."
]
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -978,15 +987,6 @@
")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Posterior Predictive Checks\n",
"\n",
"We now generate samples for the training and test data. We are interested in both the likelihood (demand) and the posterior distribution of the temperature effect."
]
},
{
"cell_type": "code",
"execution_count": 18,
Expand Down
Loading

0 comments on commit d97e9ab

Please sign in to comment.