Skip to content

Batch remove pymc tags #376

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 27 commits into from
Jun 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a35fddb
create truncated regression example
drbenvincent Jan 24, 2021
bc3d659
delete truncated regression example from main branch
drbenvincent Jan 25, 2021
3aba79b
Merge branch 'pymc-devs:main' into main
drbenvincent Jun 30, 2021
d84d852
create truncated regression example
drbenvincent Jan 24, 2021
d3dabca
delete truncated regression example from main branch
drbenvincent Jan 25, 2021
664ab97
create truncated regression example
drbenvincent Jan 24, 2021
cc6693f
delete truncated regression example from main branch
drbenvincent Jan 25, 2021
612abc4
Merge branch 'main' of https://github.com/drbenvincent/pymc-examples
Feb 1, 2022
f0812aa
Merge branch 'main' of https://github.com/drbenvincent/pymc-examples
Feb 8, 2022
7372a46
Merge remote-tracking branch 'upstream/main' into main
Feb 8, 2022
22c9935
Merge remote-tracking branch 'upstream/main'
Feb 18, 2022
89c5af5
Merge remote-tracking branch 'upstream/main'
Mar 20, 2022
11347c9
Merge remote-tracking branch 'upstream/main'
Apr 2, 2022
4e368ec
Merge remote-tracking branch 'upstream/main'
Apr 9, 2022
d8b04b8
Merge remote-tracking branch 'upstream/main'
Apr 10, 2022
f62b1ef
Merge remote-tracking branch 'upstream/main'
Apr 17, 2022
0e67ecb
Merge remote-tracking branch 'upstream/main'
May 21, 2022
52687a0
fix incorrect statement about pm.NormalMixture
May 21, 2022
f07611c
Merge remote-tracking branch 'upstream/main'
May 30, 2022
7085eeb
Merge remote-tracking branch 'upstream/main'
May 31, 2022
ce771fe
Merge remote-tracking branch 'upstream/main'
Jun 1, 2022
2866e2d
Merge remote-tracking branch 'upstream/main'
Jun 2, 2022
e2ddbaa
Merge remote-tracking branch 'upstream/main'
Jun 4, 2022
d8cb2e1
Merge remote-tracking branch 'upstream/main'
Jun 5, 2022
109466d
Merge remote-tracking branch 'upstream/main'
Jun 5, 2022
2b22c4d
batch remove pymc and pymc3 tags
Jun 11, 2022
522bda6
fix conflicts for binning notebook
Jun 11, 2022
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
2 changes: 1 addition & 1 deletion examples/case_studies/BART_introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"(BART_introduction)=\n",
"# Bayesian Additive Regression Trees: Introduction\n",
":::{post} Dec 21, 2021\n",
":tags: BART, Bayesian additive regression trees, non-parametric, regression\n",
":tags: BART, Bayesian additive regression trees, non-parametric, regression \n",
":category: intermediate, explanation\n",
":author: Osvaldo Martin\n",
":::"
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/BEST.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# Bayesian Estimation Supersedes the T-Test\n",
"\n",
":::{post} Jan 07, 2022\n",
":tags: hypothesis testing, model comparison, pymc3.Deterministic, pymc3.Exponential, pymc3.Model, pymc3.Normal, pymc3.StudentT, pymc3.Uniform\n",
":tags: hypothesis testing, model comparison, \n",
":category: beginner\n",
":author: Andrew Straw, Thomas Wiecki, Chris Fonnesbeck, Andrés suárez\n",
":::"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# Using a \"black box\" likelihood function (numpy)\n",
"\n",
":::{post} Dec 16, 2021\n",
":tags: case study, external likelihood, pymc.Model, pymc.Normal, pymc.Potential, pymc.Uniform, pymc3.Model, pymc3.Normal, pymc3.Potential, pymc3.Uniform\n",
":tags: case study, external likelihood, \n",
":category: beginner\n",
":author: Matt Pitkin, Jørgen Midtbø, Oriol Abril\n",
":::\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/factor_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# Factor analysis\n",
"\n",
":::{post} 19 Mar, 2022\n",
":tags: factor analysis, matrix factorization, pca\n",
":tags: factor analysis, matrix factorization, pca \n",
":category: advanced, how-to\n",
":author: Chris Hartl, Christopher Krapu, Oriol Abril-Pla\n",
":::"
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/hierarchical_partial_pooling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"# Hierarchical Partial Pooling\n",
"\n",
":::{post} Oct 07, 2021\n",
":tags: hierarchical model, pymc.Beta, pymc.Binomial, pymc.Deterministic, pymc.Exponential, pymc.Model, pymc.Uniform, pymc3.Beta, pymc3.Binomial, pymc3.Deterministic, pymc3.Exponential, pymc3.Model, pymc3.Uniform\n",
":tags: hierarchical model, \n",
":category: intermediate\n",
":::"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/item_response_nba.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# NBA Foul Analysis with Item Response Theory\n",
"\n",
":::{post} Apr 17, 2022\n",
":tags: hierarchical model, case study, generalized linear model\n",
":tags: hierarchical model, case study, generalized linear model \n",
":category: intermediate, tutorial\n",
":author: Austin Rochford, Lorenzo Toniazzi\n",
":::"
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/mediation_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"# Bayesian mediation analysis\n",
"\n",
":::{post} February, 2022\n",
":tags: mediation, path analysis, regression\n",
":tags: mediation, path analysis, regression \n",
":category: beginner\n",
":author: Benjamin T. Vincent\n",
":::\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/moderation_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"# Bayesian moderation analysis\n",
"\n",
":::{post} March, 2022\n",
":tags: moderation, path analysis,\n",
":tags: moderation, path analysis, \n",
":category: beginner\n",
":author: Benjamin T. Vincent\n",
":::\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/multilevel_modeling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# A Primer on Bayesian Methods for Multilevel Modeling\n",
"\n",
":::{post} 27 February, 2022\n",
":tags: hierarchical model, case study\n",
":tags: hierarchical model, case study \n",
":category: intermediate\n",
":author: Chris Fonnesbeck, Colin Carroll, Alex Andorra, Oriol Abril, Farhan Reynaldo\n",
":::"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"# Probabilistic Matrix Factorization for Making Personalized Recommendations\n",
"\n",
":::{post} Sept 20, 2021\n",
":tags: case study, pymc3.Model, pymc3.MvNormal, pymc3.Normal\n",
":tags: case study, \n",
":category: intermediate\n",
":::"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/putting_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# Model building and expansion for golf putting\n",
"\n",
":::{post} Apr 2, 2022\n",
":tags: bayesian workflow, model expansion, sports\n",
":tags: bayesian workflow, model expansion, sports \n",
":category: intermediate, how-to\n",
":author: Colin Carroll, Marco Gorelli, Oriol Abril-Pla\n",
":::\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/regression_discontinuity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"# Regression discontinuity design analysis\n",
"\n",
":::{post} April, 2022\n",
":tags: regression, causal inference, quasi experimental design, counterfactuals\n",
":tags: regression, causal inference, quasi experimental design, counterfactuals \n",
":category: beginner, explanation\n",
":author: Benjamin T. Vincent\n",
":::\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/rugby_analytics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"# A Hierarchical model for Rugby prediction\n",
"\n",
":::{post} 19 Mar, 2022\n",
":tags: hierarchical, sports\n",
":tags: hierarchical, sports \n",
":category: intermediate, how-to\n",
":author: Peadar Coyle, Meenal Jhajharia, Oriol Abril-Pla\n",
":::"
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/spline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# Splines\n",
"\n",
":::{post} June 4, 2022 \n",
":tags: patsy, regression, spline\n",
":tags: patsy, regression, spline \n",
":category: beginner\n",
":author: Joshua Cook\n",
":::"
Expand Down
2 changes: 1 addition & 1 deletion examples/case_studies/wrapping_jax_function.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# How to wrap a JAX function for use in PyMC\n",
"\n",
":::{post} Mar 24, 2022\n",
":tags: Aesara, hidden markov model, JAX\n",
":tags: Aesara, hidden markov model, JAX \n",
":category: advanced, how-to\n",
":author: Ricardo Vieira\n",
":::"
Expand Down
2 changes: 1 addition & 1 deletion examples/diagnostics_and_criticism/Bayes_factor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"(Bayes_factor)=\n",
"# Bayes Factors and Marginal Likelihood\n",
":::{post} Jun 1, 2022\n",
":tags: Bayes Factors, model comparison\n",
":tags: Bayes Factors, model comparison \n",
":category: beginner, explanation\n",
":author: Osvaldo Martin\n",
":::"
Expand Down
2 changes: 1 addition & 1 deletion examples/diagnostics_and_criticism/sampler-stats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"statistics for each generated sample.\n",
"\n",
":::{post} May 31, 2022\n",
":tags: diagnostics\n",
":tags: diagnostics \n",
":category: beginner\n",
":author: Meenal Jhajharia, Christian Luhmann\n",
":::"
Expand Down
720 changes: 326 additions & 394 deletions examples/gaussian_processes/GP-Latent.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/gaussian_processes/GP-MaunaLoa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# Gaussian Process for CO2 at Mauna Loa\n",
"\n",
":::{post} April, 2022\n",
":tags: gaussian process, CO2\n",
":tags: gaussian process, CO2 \n",
":category: intermediate\n",
":author: Bill Engels, Chris Fonnesbeck\n",
":::"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"# Binomial regression\n",
"\n",
":::{post} February, 2022\n",
":tags: binomial regression, generalized linear model, pymc.Binomial, pymc.ConstantData, pymc.Deterministic, pymc.Model, pymc.Normal, pymc3.Binomial, pymc3.ConstantData, pymc3.Deterministic, pymc3.Model, pymc3.Normal\n",
":tags: binomial regression, generalized linear model, \n",
":category: beginner\n",
":author: Benjamin T. Vincent\n",
":::"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Hierarchical Binomial Model: Rat Tumor Example\n",
":::{post} Nov 11, 2021\n",
":tags: generalized linear model, hierarchical model\n",
":tags: generalized linear model, hierarchical model \n",
":category: intermediate\n",
":author: Demetri Pananos, Junpeng Lao, Raúl Maldonado, Farhan Reynaldo\n",
":::"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"# GLM: Model Selection\n",
"\n",
":::{post} Jan 8, 2022\n",
":tags: cross validation, generalized linear models, loo, model comparison, pymc3.HalfCauchy, pymc3.Model, pymc3.Normal, waic\n",
":tags: cross validation, generalized linear models, loo, model comparison, waic \n",
":category: intermediate\n",
":author: Jon Sedar, Junpeng Lao, Abhipsha Das, Oriol Abril-Pla\n",
":::"
Expand Down
Loading