app.route('/get_ad')
| 1 | # From the course: Bayesin Machine Learning in Python: A/B Testing |
| 2 | # https://deeplearningcourses.com/c/bayesian-machine-learning-in-python-ab-testing |
| 3 | # https://www.udemy.com/bayesian-machine-learning-in-python-ab-testing |
| 4 | from __future__ import print_function, division |
nothing calls this directly
no outgoing calls
no test coverage detected