Using fitted stan model with rstan for production in python
Hello, I am pretty new to stan, I have fitted a model which I coded in stan with rstan, in this model I have already used generated quantities in the stan code to get predictive distributions on some test data, now I am wondering if I can use use the trained model as a python function in order to draw new simulations for new data?
Thank you