Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What resources are there for A/B split-testing in Python?

There are several A/B split testing modules/plugins for Rails.
http://github.com/paulmars/seven_minute_abs
http://www.bingocardcreator.com/abingo
http://vanity.labnotes.org/
etc.

Is there anything similar for Python?

like image 871
Ben Avatar asked Dec 04 '25 01:12

Ben


1 Answers

It's only at version 0.1.2 so far, but Swab looks promising. Example of testing two sizes of a form button:

from swab import Swab
s = Swab('/tmp/.swab-test-data')
s.addexperiment('button-size', ['default', 'larger'], 'order-completed')
like image 105
AlcubierreDrive Avatar answered Dec 05 '25 16:12

AlcubierreDrive



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!