Skip to content

0.1.1

Compare
Choose a tag to compare
@rcabanasdepaz rcabanasdepaz released this 21 Jun 12:04
· 508 commits to master since this release

InferPy is a high-level API for probabilistic modeling written in Python and capable of running on top of
Edward and Tensorflow. InferPy’s API is strongly inspired by Keras and it has a focus on enabling flexible
data processing, easy-to-code probabilistic modelling, scalable inference and robust model validation.

Changes:

  • Fixed some bugs
  • Prediction and evaluation functionality
  • Function inf.case_states allows lists of variables as input
  • Simple output string for distributions
  • Added inf.gather operation
  • Transpose is allowed when using inf.matmul
  • inf.case works inside a replicate construct
  • ProbModel.copy()
  • Code reorganization

Release Date: 21/06/2018
Further Information: Documentation