mirror of
https://github.com/growthbook/growthbook.git
synced 2021-08-07 14:23:53 +03:00
* 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
20 lines
220 B
Plaintext
20 lines
220 B
Plaintext
coverage
|
|
node_modules
|
|
*.log
|
|
.idea
|
|
.env.local
|
|
dist
|
|
.next
|
|
out
|
|
.DS_Store
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
uploads
|
|
packages/back-end/globalConfig.json
|
|
|
|
# Python compiled files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|