Coder Social home page Coder Social logo

rochitasundar / statistical-analysis-hypothesis-testing-e-newsexpress Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 2.36 MB

The data relates to several user actions or interests recorded on two variants of landing pages for an online news portal. The objective is to analyse these interests by performing statistical analyses to determine if one variant is more effective based on chosen metrics (A/B testing).

Jupyter Notebook 100.00%
hypothesis-testing t-test z-test chi-square-statistics anova-test shapiro-wilk levene-test probability-statistics

statistical-analysis-hypothesis-testing-e-newsexpress's Introduction

Background

An online news portal aims to expand its business by acquiring new subscribers. Every visitor to the website takes certain actions based on their interest. The company plans to analyze these interests and wants to determine whether a new feature will be effective or not. 100 users are divided equally into two groups. The old landing page is served to the first group (control group) and the new landing page is served to the second group (treatment group). Various data about the customers in both groups are collected in 'abtest.csv'.

Objective:

  • Explore the dataset and extract insights using Exploratory Data Analysis.
  • Do the users spend more time on the new landing page than the old landing page?
  • Is the conversion rate (the proportion of users who visit the landing page and get converted) for the new page greater than the conversion rate for the old page?
  • Does the converted status depend on the preferred language?
  • Is the mean time spent on the new page same for the different language users?

Data Dictionary:

  • user_id - This represents the user ID of the person visiting the website.
  • group - This represents whether the user belongs to the first group (control) or the second group (treatment).
  • landing_page - This represents whether the landing page is new or old.
  • time_spent_on_the_page - This represents the time (in minutes) spent by the user on the landing page.
  • converted - This represents whether the user gets converted to a subscriber of the news portal or not.
  • language_preferred - This represents the language chosen by the user to view the landing page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.