Skip to content

andygoldschmidt/spalter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spalter

Build Status

Frequentist A/B testing.

Example

from spalter.trial import Trial
t = Trial(['test', 'control'], ['conversion_rate'])
t.update({'conversion_rate': {'test': [0, 1, 0, 1], 'control: [0, 1, 0, 0]}})
t.evaluate('mean')

Acknowledgements

Heavily inspired by trials.

About

Frequentist A/B testing.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages