To my understanding pymc3.sample requires some model built into PyMC3, so that would not be what I want. I simply want to call the function pymc3.plots.autocorrplot, in which the first parameter is trace, the result of a PyMC3 MCMC run. I already have the data from the MCMC stored in a .txt. How would I pickle.load the data so as to be able to call pymc3.plots.autocorrplot ?
Thanks again for your time.