Skip to content

New example notebook for auto-imputation aka handle missing values with a simple dataset and full workflow #722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
176 changes: 78 additions & 98 deletions examples/case_studies/GEV.ipynb

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions examples/case_studies/GEV.myst.md
Original file line number Diff line number Diff line change
@@ -5,9 +5,9 @@ jupytext:
format_name: myst
format_version: 0.13
kernelspec:
display_name: pymc4-dev
display_name: default
language: python
name: pymc4-dev
name: python3
---

# Generalized Extreme Value Distribution
@@ -42,7 +42,7 @@ import arviz as az
import matplotlib.pyplot as plt
import numpy as np
import pymc as pm
import pymc_experimental.distributions as pmx
import pymc_extras.distributions as pmx
import pytensor.tensor as pt
from arviz.plots import plot_utils as azpu
@@ -230,7 +230,3 @@ az.plot_pair(idata, var_names=["μ", "σ", "ξ"], kind="kde", marginals=True, di
%load_ext watermark
%watermark -n -u -v -iv -w -p pytensor,arviz
```

```{code-cell} ipython3
```
252 changes: 252 additions & 0 deletions examples/data/body_fat.csv

Large diffs are not rendered by default.

Loading