pm.find_MAP() will return you a single value for each parameter (the most likely a posteriori). You probably want to do pm.sample() which will return a bunch of sampled values from the posterior of each parameter.
1 Like