I don’t think you can achieve that with PyMC3. PyMC3 uses Theano (renamed as Aesara), which uses C. That means that the program you run needs to be compiled first in order to be used for sampling.
I don’t think you can achieve that with PyMC3. PyMC3 uses Theano (renamed as Aesara), which uses C. That means that the program you run needs to be compiled first in order to be used for sampling.