Skip to main content
Ctrl+K
Logo image Logo image

Site Navigation

  • Home
  • Examples
  • Learn
  • API
  • Community
  • Contributing

Site Navigation

  • Home
  • Examples
  • Learn
  • API
  • Community
  • Contributing

Categories

Tutorial
How-to
Explanation
Reference

Tags

  • ABC
  • BART
  • Bayes Factors
  • Bayesian workflow
  • CO2
  • DEMetropolis
  • DEMetropolis(Z)
  • JAX
  • ODE
  • PCA
  • PyTensor
  • Reinforcement Learning
  • SMC
  • Simpson's paradox
  • ab test
  • approximation
  • autoregressive
  • bayesian imputation
  • bayesian structural timeseries
  • binned data
  • binomial regression
  • calibration
  • case study
  • causal impact
  • causal inference
  • censored
  • classification
  • count data
  • counterfactuals
  • cox process
  • cross validation
  • debugging
  • deployment
  • diagnostics
  • difference in differences
  • external likelihood
  • extreme
  • factor analysis
  • forecasting
  • gaussian process
  • gaussian processes
  • generalized linear model
  • gradient-free inference
  • hidden markov model
  • hierarchical
  • hierarchical model
  • hypothesis testing
  • inference
  • jax
  • latent gaussian process
  • linear model
  • logistic regression
  • loo
  • matrix factorization
  • mediation
  • minibatch
  • missing data
  • mixture model
  • model averaging
  • model comparison
  • model expansion
  • moderation
  • multi-output
  • negative binomial regression
  • neural networks
  • non-parametric
  • nonparametric
  • out of sample predictions
  • outliers
  • panel data
  • parameter estimation
  • path analysis
  • patsy
  • perceptron
  • poisson
  • posterior predictive
  • prediction
  • product recommendation
  • prophet
  • quantile
  • quasi experiments
  • regression
  • robust
  • shared data
  • spatial
  • spline
  • sports
  • survival analysis
  • time series
  • time-to-failure
  • truncated
  • variational inference
  • vector autoregressive model
  • waic
  • weibull

Posts tagged shared data

Using shared variables (Data container adaptation)

  • 16 December 2021
  • Category: beginner
  • Tags: shared data posterior predictive

The pymc.Data container class wraps the theano shared variable class and lets the model be aware of its inputs and outputs. This allows one to change the value of an observed variable to predict or refit on new data. All variables of this class must be declared inside a model context and specify a name for them.

Read more ...


Support PyMC

© Copyright 2022, PyMC Community.

Built with the PyData Sphinx Theme 0.12.0.

Created using Sphinx 5.0.2.