Skip to content

Tag pocalypse #436

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

Merged
merged 12 commits into from
Oct 10, 2022
Merged
Show file tree
Hide file tree
Changes from 9 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
24 changes: 13 additions & 11 deletions examples/case_studies/BART_introduction.ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions examples/case_studies/GEV.ipynb

Large diffs are not rendered by default.

41 changes: 23 additions & 18 deletions examples/case_studies/putting_workflow.ipynb

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions examples/case_studies/rugby_analytics.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/causal_inference/regression_discontinuity.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/gaussian_processes/gaussian_process.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# Gaussian Processes using numpy kernel\n",
"\n",
":::{post} Jul 31, 2022\n",
":tags: gaussian processes, \n",
":tags: gaussian process, \n",
":category: advanced\n",
":author: Chris Fonnesbeck, Ana Rita Santos and Sandra Meneses\n",
":::"
Expand Down

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/howto/data_container.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/howto/howto_debugging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# How to debug a model\n",
"\n",
":::{post} August 2, 2022\n",
":tags: debugging, aesara\n",
":tags: debugging, Aesara\n",
":category: beginner\n",
":author: Thomas Wiecki, Igor Kuvychko\n",
":::"
Expand Down
4 changes: 2 additions & 2 deletions examples/survival_analysis/censored_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# Censored Data Models\n",
"\n",
":::{post} May, 2022\n",
":tags: censoring, survival analysis \n",
":tags: censored, survival analysis \n",
":category: intermediate, how-to\n",
":author: Luis Mario Domenzain\n",
":::"
Expand Down Expand Up @@ -726,7 +726,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions myst_nbs/case_studies/BART_introduction.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jupytext:
format_version: 0.13
jupytext_version: 1.13.7
kernelspec:
display_name: Python 3 (ipykernel)
display_name: Python 3.10.6 ('pymc_env')
language: python
name: python3
---

(BART_introduction)=
# Bayesian Additive Regression Trees: Introduction
:::{post} Dec 21, 2021
:tags: BART, Bayesian additive regression trees, non-parametric, regression
:tags: BART, non-parametric, regression
:category: intermediate, explanation
:author: Osvaldo Martin
:::
Expand Down
2 changes: 1 addition & 1 deletion myst_nbs/case_studies/GEV.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kernelspec:
# Generalized Extreme Value Distribution

:::{post} Sept 27, 2022
:tags: extreme, inference, prediction
:tags: extreme, inference, posterior predictive
:category: beginner
:author: Colin Caprani
:::
Expand Down
4 changes: 2 additions & 2 deletions myst_nbs/case_studies/putting_workflow.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jupytext:
format_version: 0.13
jupytext_version: 1.13.7
kernelspec:
display_name: Python 3 (ipykernel)
display_name: Python 3.10.6 ('pymc_env')
language: python
name: python3
substitutions:
Expand All @@ -18,7 +18,7 @@ substitutions:
# Model building and expansion for golf putting

:::{post} Apr 2, 2022
:tags: bayesian workflow, model expansion, sports
:tags: Bayesian workflow, model expansion, sports
:category: intermediate, how-to
:author: Colin Carroll, Marco Gorelli, Oriol Abril-Pla
:::
Expand Down
2 changes: 1 addition & 1 deletion myst_nbs/case_studies/rugby_analytics.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ substitutions:
# A Hierarchical model for Rugby prediction

:::{post} 19 Mar, 2022
:tags: hierarchical, sports
:tags: hierarchical model, sports
:category: intermediate, how-to
:author: Peadar Coyle, Meenal Jhajharia, Oriol Abril-Pla
:::
Expand Down
2 changes: 1 addition & 1 deletion myst_nbs/causal_inference/regression_discontinuity.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kernelspec:
# Regression discontinuity design analysis

:::{post} April, 2022
:tags: regression, causal inference, quasi experimental design, counterfactuals
:tags: regression, causal inference, quasi experiments, counterfactuals
:category: beginner, explanation
:author: Benjamin T. Vincent
:::
Expand Down
2 changes: 1 addition & 1 deletion myst_nbs/gaussian_processes/gaussian_process.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kernelspec:
# Gaussian Processes using numpy kernel

:::{post} Jul 31, 2022
:tags: gaussian processes,
:tags: gaussian process,
:category: advanced
:author: Chris Fonnesbeck, Ana Rita Santos and Sandra Meneses
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jupytext:
format_version: 0.13
jupytext_version: 1.13.7
kernelspec:
display_name: Python 3 (ipykernel)
display_name: Python 3.10.6 ('pymc_env')
language: python
name: python3
---
Expand All @@ -15,7 +15,7 @@ kernelspec:
# Bayesian regression with truncated or censored data

:::{post} September, 2022
:tags: censored, censoring, generalized linear model, regression, truncated, truncation
:tags: censored, generalized linear model, regression, truncated
:category: beginner
:author: Benjamin T. Vincent
:::
Expand Down
2 changes: 1 addition & 1 deletion myst_nbs/howto/data_container.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kernelspec:
# Using shared variables (`Data` container adaptation)

:::{post} Dec 16, 2021
:tags: posterior predictive, predictions, shared data
:tags: posterior predictive, shared data
:category: beginner
:author: Juan Martin Loyola, Kavya Jaiswal, Oriol Abril
:::
Expand Down
2 changes: 1 addition & 1 deletion myst_nbs/howto/howto_debugging.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kernelspec:
# How to debug a model

:::{post} August 2, 2022
:tags: debugging, aesara
:tags: debugging, Aesara
:category: beginner
:author: Thomas Wiecki, Igor Kuvychko
:::
Expand Down
2 changes: 1 addition & 1 deletion myst_nbs/survival_analysis/censored_data.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kernelspec:
# Censored Data Models

:::{post} May, 2022
:tags: censoring, survival analysis
:tags: censored, survival analysis
:category: intermediate, how-to
:author: Luis Mario Domenzain
:::
Expand Down