Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onapte/ecommerce-conversion-optimization

E-Commerce A/B Tesing Analysis and Optimization
https://github.com/onapte/ecommerce-conversion-optimization

ab-testing data-analysis data-visualization exploratory-data-analysis predictive-modeling python

Last synced: 28 days ago
JSON representation

E-Commerce A/B Tesing Analysis and Optimization

Awesome Lists containing this project

README

        

E-Commerce A/B Testing Analysis
Overview

This project involves an A/B testing analysis using an e-commerce dataset to determine whether a new landing page leads to higher conversion rates compared to the old page. The analysis includes data preprocessing, exploratory data analysis (EDA), and building machine learning models (Logistic Regression and Support Vector Machine) to predict user conversions.
Dataset

The dataset was sourced from Kaggle and contains user interaction data, including:

user_id: Unique identifier for each user.
timestamp: Date and time of the user's interaction.
group: Indicates whether the user was part of the "control" (old page) or "treatment" (new page) group.
landing_page: The page shown to the user (either old or new).
converted: Indicates whether the user converted (1) or not (0).