3 Commits

Author SHA1 Message Date
Jeremy Dorn
4648f0cbce Python stats (#20)
*  Use Python for stats back-end instead of jStat
*  Change count metrics to use a Gaussian prior instead of Gamma
*  New more robust method for calculating credible intervals
*  Expose Bayesian Risk in front-end
*  Use Violin plots instead of bar chart to show credible intervals
*  Simplify back-end build process
*  Add typescript definitions for jStat (just the methods used)
*  Better sample data and onboarding experience
2021-06-28 17:39:06 -05:00
Jeremy Dorn
97b7aaafe2 Add exposed ports to docker, add cron command, update readme 2021-06-02 17:20:59 -05:00
Jeremy Dorn
301e13a10d Changes to enable running Growth Book in a docker container (#13)
-  Load front-end environment variables at runtime instead of buildtime
-  Add root Dockerfile and docker-compose.yml
-  Update CI to push docker images to Docker Hub
-  Update quick start in README to use `docker-compose up -d` instead of `yarn dev`
2021-06-02 16:15:31 -05:00