Skip to content

vikasrtr/minAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minAB

A minimalist A/B testing framework for python

minAB was designed as a simple project to understand the process of randomized selection of visitors in a A/B test and record events as they occur

Usage

Run the Flask demo ab_test_demo.py to see a working process. Before running, ensure a Redis Server running on localhost with default port, although you can edit the configuration to change ip and ports

Requirements

  • Python 3
  • Redis
  • Flask (for demo)

About

Minimalist AB Testing framework in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published