dancrew32 / ab

A/B Testing Framework for Python (with optional Multi-armed bandit implementation)
https://pypi.org/project/ab/
The Unlicense
3 stars 3 forks source link

Stats functions for calculating statistical significance #4

Closed dancrew32 closed 5 years ago

dancrew32 commented 5 years ago

Use scipy.stats: https://docs.scipy.org/doc/scipy/reference/stats.html

Need a tool to automatically declare winners with the Multi-armed bandit strategy.