Files
growthbook/.gitignore
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

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