https://github.com/domlei/interference-in-a-b-testing
This project replicates part of the study by Han et al. (2022) in which the authors propose a set of algorithms to detect interference in A/B testing.
https://github.com/domlei/interference-in-a-b-testing
a-b-testing r
Last synced: 22 days ago
JSON representation
This project replicates part of the study by Han et al. (2022) in which the authors propose a set of algorithms to detect interference in A/B testing.
- Host: GitHub
- URL: https://github.com/domlei/interference-in-a-b-testing
- Owner: domlei
- Created: 2024-07-24T16:24:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T17:26:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T11:54:53.725Z (over 1 year ago)
- Topics: a-b-testing, r
- Language: R
- Homepage:
- Size: 828 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Abstract
A/B testing and experimentation is currently common among companies offering services online, particularly
social media. Ability to collect various data and related usage metrics from customers makes this
experimentation design useful in solving if new implementations or already existing factors are causing the
outcome. A possible and disrupting occurrence in this scenario is interference. Han et al. (2022) give a
motivating example of an A/B test implemented by LinkedIn in which interference is a likely cause. To solve
this issue, they propose a set of algorithms to test for interference in various cases. In this paper algorithms 1-3
from the study are replicated and compared to the original paper. Lastly, some considerations for implementing
the algorithms are given.
# General Info
Replication paper containing the literature review and code of the project in R -
"Project Paper - Interference testing with increasing allocation.pdf"
R code based on the interpretation of the first 3 algorithms described in the paper
"Algorithm code 1-3.R"