python – Which cloud computing service should be best suited to run on-demand PyMC3 computations?

I have this quite specific use case – around 50 lines of python code that implements PyMC3 package for Bayesian statistical modeling. My goal is to run this code upon request with different parameters each time and wait for the response to display the results. Multiple simultaneous requests can happen as well.

For now I am flexible with sampling sizes (from 100 to 1’000’000) to adjust for the computational power and I am okay to wait up to 5-10 seconds for the response.

What cloud computing platform/service and integration flow would you recommend for my use case that has the lowest price?

Read more here: Source link