Experiment Analysis Library
Project description
A/B tests (a.k.a. Randomized Controlled Trials or Experiments) have been widely applied in different industries to optimize business processes and user experience. ExpAn (Experiment Analysis) is a Python library developed for the statistical analysis of such experiments and to standardise the data structures used.
The data structures and functionality of ExpAn are generic such that they can be used by both data scientists optimizing a user interface and biologists running wet-lab experiments. The library is also standalone and can be imported and used from within other projects and from the command line.
Major statistical functionalities include:
feature check
delta
subgroup analysis
trend
Installation
To install ExpAn, run this command in your terminal:
$ pip install expan
Usage
To use ExpAn in a project:
import expan
Some mock-up data:
from expan.core.experiment import Experiment from tests.tests_core.test_data import generate_random_data exp = Experiment('B', *generate_random_data()) exp.delta()
Documentation
The latest stable version is 0.4.2.
ExpAn Description - details about the concept of the library and data structures.
ExpAn Introduction - a full jupyter (iPython) notebook. You can view it as slides with jupyter:
sh serve_intro_slides
License
The MIT License (MIT)
Copyright © [2016] Zalando SE, https://tech.zalando.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Change Log
v0.4.1 (2016-10-18)
Merged pull requests:
v0.4.0 (2016-08-19)
Closed issues:
Support ‘overall ratio’ metrics (e.g. conversion rate/return rate) as opposed to per-entity ratios #44
Merged pull requests:
v0.3.4 (2016-08-08)
Closed issues:
Merged pull requests:
v0.3.3 (2016-08-02)
Merged pull requests:
v0.3.2 (2016-08-02)
Merged pull requests:
v0.3.1 (2016-07-15)
Merged pull requests:
v0.3.0 (2016-06-23)
Implemented enhancements:
Merged pull requests:
v0.2.5 (2016-05-30)
Implemented enhancements:
Implement __version__ #14
Closed issues:
upload full documentation! #1
Merged pull requests:
implement expan.__version__ #19 (pangeran-bottor)
Mainly documentation changes, as well as travis config updates #17 (robertmuil)
Update README.rst #16 (pangeran-bottor)
new travis config specifying that only master and dev should be built #4 (mkolarek)
v0.2.4 (2016-05-16)
Closed issues:
No module named experiment and test_data #13
Merged pull requests:
v0.2.3 (2016-05-06)
v0.2.2 (2016-05-06)
v0.2.1 (2016-05-06)
v0.2.0 (2016-05-06)
Merged pull requests:
Added detailed documentation with data formats #3 (robertmuil)
* This Change Log was automatically generated by `github_changelog_generator <https://github.com/skywinder/Github-Changelog-Generator>`__
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file expan-0.4.2.tar.gz
.
File metadata
- Download URL: expan-0.4.2.tar.gz
- Upload date:
- Size: 84.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 426615b304e6880f6b0d4f9f8752bb610c8bc3d8c0430b672c202317848c862a |
|
MD5 | b88c66bd8d5dff800c00c127c56658fa |
|
BLAKE2b-256 | 6890648438fa9a04b6673760782a78efdf155051d6f01cb39a40878ecc8d5e29 |