Description Context: 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. Companies often analyze users' responses to two variants of a product to decide which of the two variants is more effective. This experimental technique is known as a/b testing that is used to determine whether a new feature attracts users based on a chosen metric. Suppose you are hired as a Data Scientist in E-news Express. The design team of the company has created a new landing page. You have been assigned the task to decide whether the new landing page is more effective to gather new subscribers. Suppose you randomly selected 100 users and divided them 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'. Perform the statistical analysis to answer the following questions using the collected data. Objective: Statistical analysis of business data. Explore the dataset and extract insights from the data. The idea is for you to get comfortable with doing statistical analysis in Python. You are expected to perform the statistical analysis to answer the following questions: 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? [Hint: Create a contingency table using the pandas.crosstab() function] Is the mean time spent on the new page same for the different language users? *Consider a significance level of 0.05 for all tests. 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 or not. language_preferred - This represents the language chosen by the user to view the landing page. Best Practices for Notebook : The notebook should be well-documented, with inline comments explaining the functionality of code and markdown cells containing comments on the observations and insights. The notebook should be run from start to finish in a sequential manner before submission. It is preferable to remove all warnings and errors before submission. The notebook should be submitted as an HTML file (.html) and NOT as a notebook file (.ipynb) Best Practices for Presentation : The presentation should be made keeping in mind that the audience will be a business leader like CMO, COO, CFO, or CEO. The key points in the presentation should be the following business overview of the problem and solution approach key findings and insights which are important to make business decisions key conclusions made on the basis of the statistical analysis Focus on explaining the takeaways in an easy-to-understand manner. Copying and pasting from the notebook is not a good idea, and it is better to avoid showing codes unless they are the focal point of your presentation. The presentation should be submitted as a PDF file (.pdf) and NOT as a .pptx file. Submission Guidelines: Please note the following: There are two parts to the submission: A well commented Jupyter notebook [format - .html] A presentation as you would present to the top management/business leaders [format - .pdf ] (you have to export/save the .pptx file as .pdf) Any assignment found copied/ plagiarized with other groups will not be graded and awarded zero marks Please ensure timely submission as a post-deadline assignment will not be accepted Submission will not be evaluated if, it is submitted post-deadline, or, more than 2 files are submitted
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme