*N.B. This project is no longer actively maintained and it depends on libraries (e.g. Theano) which are, in turn, no longer maintained.*
Implementation of the Fully Bayesian Unfolding algorithm described in physics.data-an/1201.4612. The software is based on the Bayesian statistical modeling package PyMC3.
This is the latest configuration known to work.
Using Python 3.8.16
pip install "numpy<1.20" pymc3==3.5 fbu
A simple tutorial to help you get started.