Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

*** The answer to the question here needs to be done with the R language. *** Summary Statistics Exploratory Graphics Checking for outliers Checking for

*** The answer to the question here needs to be done with the R language. ***

Summary Statistics

Exploratory Graphics

Checking for outliers

Checking for Missing Values

Dealing with Missing Values

Eliminate or transform variables if necessary.

Application of methods (classification, association rules or clustering)

Evaluation results (accuracy, sensivity, etc.)

About dataset:

The Dataset belongs to the telecommunications company.

Response (target) variable is churn.

Each row represents a customer, each column contains customers attributes.

The Churn column is our target. Finding the model that best predicts the desired churn (yes) situation.

Definitions of Attributes:

customerID ==> Customer ID

gender ==> Whether the customer is a male or a female

SeniorCitizen ==> Whether the customer is a senior citizen or not (1, 0)

Partner ==> Whether the customer has a partner or not (Yes, No)

Dependents ==> Whether the customer has dependents or not (Yes, No)

tenure ==> Number of months the customer has stayed with the company

PhoneService ==> Whether the customer has a phone service or not (Yes, No)

MultipleLines ==> Whether the customer has multiple lines or not (Yes, No, No phone service)

InternetService ==> Customers internet service provider (DSL, Fiber optic, No)

OnlineSecurity ==> Whether the customer has online security or not (Yes, No, No internet service)

OnlineBackup ==> Whether the customer has online backup or not (Yes, No, No internet service)

DeviceProtection ==> Whether the customer has device protection or not (Yes, No, No internet service)

TechSupport ==> Whether the customer has tech support or not (Yes, No, No internet service)

StreamingTV ==> Whether the customer has streaming TV or not (Yes, No, No internet service)

StreamingMovies ==> Whether the customer has streaming movies or not (Yes, No, No internet service)

Contract ==> The contract term of the customer (Month-to-month, One year, Two year) PaperlessBilling ==> Whether the customer has paperless billing or not (Yes, No)

PaymentMethod ==> The customers payment method (Electronic check, Mailed check, Bank transfer (automatic), Credit card (automatic))

MonthlyCharges ==> The amount charged to the customer monthly TotalCharges ==> The total amount charged to the customer Churn ==> Whether the customer churned or not (Yes or No)

You can access the dataset related to the question from the google sheets link here.

https://docs.google.com/spreadsheets/d/18iggDHp3K9OhD7I0AIM7OYO6VfJMMa37q_iV8bm7yes/edit?usp=sharing

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Icdt 88 2nd International Conference On Database Theory Bruges Belgium August 31 September 2 1988 Proceedings Lncs 326

Authors: Marc Gyssens ,Jan Paredaens ,Dirk Van Gucht

1st Edition

3540501711, 978-3540501718

More Books

Students also viewed these Databases questions

Question

What is Ramayana, who is its creator, why was Ramayana written?

Answered: 1 week ago

Question

To solve by the graphical methods 2x +3y = 9 9x - 8y = 10

Answered: 1 week ago