A/B Testing using Python Pandas and SciPy

Massan Sarsenbayev

Introduction
We have a platform for selling cars. Sellers find more potential buyers by purchasing paid services (PS) to promote their ad. After using these paid services, ads are in the top and buyers see them more often.
The monetization team often makes changes to the mechanics of work and the control interface. Each such change goes through an AB test. The metric the platform most often track is ARPU = total revenue/total number of users.
We have the results of three unrelated AB tests.
experiment_num - experiment number (1, 2, 3)
experiment_group - the group the user is in (test, control)
user_id - user id
revenue - revenue generated by the user by purchasing a paid promotion service
Objective
Calculate ARPU and p-value for each experiment and identify which mechanics should be scaled.
Like this project
0

Posted Jul 17, 2024

Massan analyzed customer behavior patterns for an e-commerce client, resulting in tailored marketing strategies that increased conversion rates by 20%.

Customer Segmentation Using K-Means Clustering
Customer Segmentation Using K-Means Clustering
Scraping Google Maps Reviews for Analysis and Visualization
Scraping Google Maps Reviews for Analysis and Visualization