SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 932
Customer Churn analysis in Telecom Industry
Venkatesh Hariharan1, Irshad Khan2, Pravin Katkade3, Prof. Sejal D’ mello4
1,2,3Student, Department of Information and Technology, Atharva College of Engineering, Mumbai,
Maharashtra, India.
4Professor, Department of Information and Technology, Atharva College of Engineering, Mumbai,
Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Telecom industry is rapidly growing day by day.
Customer is always is lookingforbetterservicesandscheme.
Churn analysis helps to identifycustomerswhoareprobably
to cancel a subscription to a service. Telecommunication
companies now focus on to have a more extensive customer
base; therefore, retaining existing customers becomes a
considerable challenge. It is essential to know which
customers are likely to cancel the subscription. In this
scenario, data plays a critical role in getting knowledge of
customer behavior. With the help of some Algorithm and
information, we can predict possibilities of customer churn
and improve their service to change the churn decision
Key Words: Telecom, CRM, Retention, Customer Serive,
Usage detection, LogisticRegressionalgorithm,Decision
Tree algorithm, Recommender system (TCPRS).
1. INTRODUCTION
Customer churn refers to that customer switch over from
one service provider to another service provider. Churn is a
challenging problem for a subscription services provider.
There are many Telecom Companies are coming with
various schemes and services, which will help that company
attract numerous customers to switch from competitor's
service to their service. The main goal of thosecompaniesto
retain their existing customers. Those companies need to
know in advance, which customers may switch from their
service to another service.
Churn prediction model can be used to analyzethehistorical
data available within the business organization to identify
the customers who are at high risk of churning; this will
assist the telecom industry to get their attention on
developing retention strategies on those customers.
Individualized customer retention is severe because
businesses usually have a big customer databaseandcannot
afford to spend money and time. If we could predict in
advance which customers are at risk of leaving, then we can
lower the customer retention efforts by directing our
attention toward such customers.
Now, this is where the churn prediction model can help the
business to identify such high-risk customers and thereby
helps in maintaining the existingcustomer baseandincrease
in revenues.
A churn prediction model is famous because of the getting
new customers is much costly than retaining the existing
one. Retention has become necessary because of the
increasing number of service providers and the competition
between them, where everyone is trying to attract new
customers and give them exciting to offer them to switch to
their service.
Using Data mining techniquesoncustomerdatabasehelpsto
know the customers that have a high probability to churn
based on the historical records available. The data mining
techniques can be helpful in finding a pattern among the
already churned customers. The rest of this paper is
represented as follows. Section 2 discusses related research
in churn analysis. Section 3, represents the system design
and personalized recommendation system for telecom and
services, TCPRS, using a hybrid approach that combines
item-based anduser-basedcollaborativefilteringmethods.A
complete analysis of performance of the TCPRS is shown in
Section 4.
Problem Statement
Customer churn refers to when a customer switches from
one service provider to another. Churn is a problem for any
provider of a subscription service or recurring purchasable.
This is where the churn prediction model can help the
business to identify such high-risk customers and thereby
helps in maintaining the existingcustomer baseandincrease
in revenues. Churn prediction is also important because of
the fact that acquiring new customers is much costly than
retaining the existing one.
2. RELATED WORK
A lot of research has been done in various industries for the
retention of customers to develop and build an efficient
model so that a group of customerscanberetained.Different
types of data mining techniques have been used for churn
prediction, of which some great techniquesincludeBayesian
Models, Regressionmodels,Neural Networks,Decisiontrees,
Clustering, SVM, etc. The goal of the research was to show
that the model built on data mining techniques can explain
the churn behavior with more accuracy and that in some of
the models, the reason for churn can be identified. They
used Logistic Regression in parallel with Voted Perceptron
for classification and then combined with clustering for
churn prediction.
Qureshi et al. [2] in their examinationtook activechurnersin
the Telecom industry into account by applying various data
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 933
mining such as K- Means Clustering, Logistic Regression,
Neural Network, Linear. In [5], the authors have used neural
networks and decision trees for churn prediction.Theyhave
described the process of churn prediction right from data
collection of churn analysis. They have also focused on pre-
processing of data in which data cleaning, data
transformation, data reduction feature abstraction is used
before giving it as input to the algorithms.Inthese,theyhave
proposed that selecting the fixing the proper threshold
values and the right combination of attributes may produce
more accurate results. Their study limits the prediction of
churn, and there are no steps analyzed to include retention
policies. A recent review based on the techniques used for
churn prediction [3] Decision tree-based techniques,Neural
Network-based techniques, and regression techniques are
applied in customer churn. Hence as seen in the literature
survey, the most likely methods used for churn prediction
include logistic regression, neural networks, and decision
trees, out of which we have proposed to study the
performance of logistic regression on telecom data publicly
available.
Neural networks also perform very well in case of churn
prediction. It has limitations such as it shows well for
massive datasets only and takes a lot of time for training
even with small datasets. Logistic regression is used, which
helps analyze the factors causing churn in an effective and
understandable way.
Decision tree provides a graphical overview of the available
data from which strategies can be built for customer
retention, and logistic regression helps to understand each
feature affects the decision of churn. Decision trees and
logistic regression has been used for churn prediction for
credit card customers. The study, as well as the comparison
of these two algorithms, has not yet been.explored for the
telecom industry. One is the data mining technique, and the
other is a statistical model that can provide an idea to the
telecom industry about which algorithm suits their data.
3. PROPOSED SYSTEM
In the proposed system, pythonprogramming will beusedin
our churn prediction. It is used for statisticians as well as
data mining. The system will have three main options,
namely View, analysis, and performance, which displays the
results obtained by applying on the available dataset —
testing to make a list of customers which have a high
probability to churn, given that the attributes of the input
data are same as the available dataset used for training.
Training and testing which create a model. In performance
analysis, the results after using logistic regression on the
available dataset are illustrated using confusion matrix
analysis. In operation, the user can provide data for testing
the system provided the data are the same as that used for
training using the publicly available dataset.
If the user wishes to use the system for their data ofdifferent
formats, then they can do so by using thetrainingandtesting
option where the system will use the new training data to
build the model first and then use it for testing. Hence the
system is not limited to use only for some specific type of
data. The data cleaning method will be included in the
training and testing phase explicitly to improve system
efficiency. The system is made usable through a web
interface that will graphically explain the results of the
system.
The system-building has phases, i.e., developing the web
feature extraction, interface module, module,andprediction
module. The web interface will provide a graphical
representation of results, which can be created. The feature
extraction module will consist of the estimation of
parameters in logistic regression. Logistic regression uses
maximum likelihood estimation for transforming the
dependent variable into a logistic variable. Logistic
regression uses the linear regression function to estimate
the value of the dependent variable by module and
prediction module. The web interface will provide a
graphical overview of the results obtained, which can be
created. The feature extraction module will consist of the
estimation of parameters in logistic regression. Logistic
regression uses maximum likelihood estimation for
transforming the dependent variable into a logistic variable.
Logistic regression uses the linear regression function to
estimate the value of the dependent variable by estimating
the parameters for the linear equation.
As shown in (1) α, b1, b2...bn are the parameters to be
calculated using the training data and the equation will then
be used to predict P(X) which represents the dependent
variable value if values of features x1,x2,…xn are given in
Equation 1
……(1)
Y stands for the dependent variable that needs to be
predicted. β0 is the Y-intercept, which is thepointontheline
which touches the y-axis.β1 is the slope of the line (the hill
can be negative or positive depending on the relationship
between the dependent variable and the independent
variable.)X here represents the independent variable that is
used to predict our resultant dependent value. Logistic
regression can be used to model binarydependentvariables.
The structure of the logistic regression model is designed to
produce binary results. Least square regression is not built
for binary classification as logical regression performs a
better job at classifying data points and has a better
logarithmic loss function as opposed to least squares
regression.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 934
……(2)
As the value of Q(X) is a number between 0 and 1, this value
can be considered as the probability of the particular
outcome. For example, if the output is 0.8, it means thereare
80% chances of getting the production as one, and it can,
therefore, be safely predicted that for the given set of input
attributes, the production would be 1. The predictionfor the
negative case or 0 can be calculated as one minus the
probability of a positive occurrence. For the above example,
it will be 0.2, which is far less, and hence the prediction is
given to be as 1. Typically, 0.5 is used as a threshold to
decide what prediction is to be delivered. Any value above
0.5 is predicted as a positive case and anything below as a
negative case value.
Figure 1 provides an overview of the proposed system
Fig 1: System Architecture
The churn prediction system will build the prediction
model based on the logistic regression algorithm, which
will then be used on the testing dataset to measure the
accuracy of the system. Finally, they will output the list of
customers that have high probability and are possible
churners in the future, along with the efficiency of the
system. The input to the method includes the options,
training data, and test data where Option comprises of
View Performance, Train and Test, Test. Training Dataset
Attributes to contain State, Area Code, Phone, Day Mins,
Night Mins, International Mins, Customer Service Calls,
International Plan, Voicemail Plan, Day Calls.
3.1 Recommender System
There will be a large number of web services and telecom
services provided by third-party providers and orend-users.
Then, how to recommend a minor service set that is related
and interesting for a particular user is a significant problem
that needs to be solved because it will ease thedistributionof
services to the most suitable users.
Recommender system has become an vital research area in
the last decade, and there has been much work done in the
industry and academic center. [6]. Ideally, recommender
systems are classified into three types [6]:
1. Content-based recommendations: This method
uses only information of the description and
attributes of the item users have previously
consumed to model user's preferences. In other
words, these algorithms try to recommend things
that are similar to those that a user liked in the past.
Various items that were previously rated by users
are distinguished and recommended to the
consumer.
2. Collaborative recommendations: This method
makes automatic predictions abouttheinterestsofa
user by collecting preferences or taste information
from many users. The underlying assumption of the
collaborative filtering approach is that if person A
has the same opinion as a person B on a set of items,
A is more likely to have B's idea for a given object
than that of a randomly chosen person.
3. Hybrid approaches: Recent research has
demonstrated that a hybrid approach, combining
collaborative filtering and content-based filtering,
could be more effective than simple approaches in
somecases. Cold start and Sparsity problems can be
solved using these methods.
3.2 Algorithm Description
1. User-based collaborative filtering: In this model,
products that are liked or preferred by other
consumers are recommended to the user. For
example, if Derrick and Dennis like the samemovies
and a new movie come out that Derick wants, then
we can recommend that movie to Dennis because
Derrick and Dennis seem to like the same film.
2. Item-based collaborative filtering:Thesesystems
is used to identify similar items based on previous
users' ratings. For example, ifusers 1, 2,and3gavea
5-star rating to books A and B, then when a user 4
buys book B they also get a recommendation to
purchase book A because the system identifiesbook
A and B as similar based on the ratings of users 1, 2,
and 3.
4. RESULT OF IMPLEMENTATION
Logistic regression is a statistical method for predicting
binary classes. The outcome or target variable is binary in
nature. It computes the probability ofaneventoccurrence.A
logistic regression predicts the probability that an
observation falls into one of twocategoriesofa dichotomous
dependent variable based on one or more independent
variables that can be either continuous or categorical.
Logistic Regression predicts the probabilityofoccurrence of
a binary event utilizing a logit function. The dependent
variable in logistic regression followsBernoulliDistribution.
Estimation is done through maximum likelihood.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 935
4.1 CHURN PREDICTION MODEL
Precision is about being precise i.e., when a model makes a
prediction, how often it is correct. In our predictioncase,the
logistic regression model predicted the outcome with 80%
accuracy.
Fig 2: Churn Prediction
Above Fig 2 portrays customers who are at the risk of
churning to a new service provider According to Fig 2,
73.5% of customers will not churn and will continue using
the current service provider, while the remaining 26.5%are
at a high risk of churning and hence proper counter
measures must be taken in order to retain them.
4.2 IDENTIFYING CHURNING CUSTOMERS
Fig 3: Identifying churning customers
Above Fig 3 represents the required customer’s churning
status, along with 10 other customers who are similar to the
required customer based on feature selection. According to
Fig 3, customer no 7156-MHUGY will churn, but some
customers who are similar to the customerno7156-MHUGY
may not churn to a new service provider like customer no.
7596-IIWYC.
4.3 RECOMMENDER SYSTEM
Fig 4: Recommender System
Above Fig 4 represents the churning customer a suitable
plan based on his data usage and attributes, above customer
is a senior citizen and based on his usage statistics, Rs 98
plan is suggested as the customer doesn’t require much
internet.
5. CONCLUSION
This system gives a prediction about customer churn
alignment and fixing the proper threshold values, and the
right combination of attributes may produce more accurate
results of predicting churn customers. This system model
suggests that data mining techniques gives solution for the
customer churn management. Using this model, the telecom
companies can predict in advance which customers are at
risk of churn, and can target those customers and can
recommend them suitable recharge plan. This system saves
lots of revenues and time, which is used for replacing the
already lost customers and also the ones that are already
loyal customer.
ACKNOWLEDGEMENT
We express our gratitude to Prof. Sejal D’mello, our project
guide who gave us all the guidance and motivation and at
any time available to us for doubtssolving,grateful forgiving
us the required help, point by point recommendations and
furthermore support to do the venture. We are excited and
happy to offer our thanks to the Head of the Information
Technology Department Prof. Deepali Maste, for her
endorsement of this undertaking. We also want to
profoundly offer our genuine thanks to our regarded head
Prof. Dr. Shrikant Kallurkar and the administration of
Atharva College of Engineering for giving such a perfect
environment to develop this undertaking with well-
furnished library with all the most extreme important
reference materials and forward-thinking IT Laboratories
We are amazingly appreciative to all staff and the
administration of the school for giving every one of us the
offices and assets required.
REFERENCES
[1] A Hybrid Churn Predictio Model in Mobile
Telecommunication Industry, Georges D. Olle and Shuqin
Cai, International Journal of e-Education, e-Business, e-
Management and e-Learning, Volume 4, Issue 1, February
2014.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 936
[2] Telecommunication Subscribers' Churn Prediction
Model Using MachineLearning,SaadAhmedQureshi,Ammar
Saleem Rehman, Ali Mustafa Qamar, Aatif Kamal, Ahsan
Rehman, IEEE International Conference on Digital
Information Management (ICDIM), 2013 8th International
Conference on, Volume 4, Issue 5, April 2013.
[3] Customer Churn Prediction in Telecommunication
Industries using Data Mining Techniques- A Review, Kiran
Dahiya and Kanika Talwar, International Journal of
Advanced Research in Computer Science and Software
Engineering, Volume 5, Issue 4, March 2015.
[4] Churn Prediction in Telecommunication Using
Classification Techniques Based on Data Mining: A Survey,
Nisha Saini and Monika, International Journal of Advanced
Research in Computer Science and Software Engineering,
Volume 5, Issue 3, March 2015.
[5] Churn Prediction In Mobile Telecom System Using Data
Mining Techniques, Dr. M. Balasubramaniam, M.Selvarani,
International Journal of ScientificandResearchPublications,
Volume 4, Issue 4, April 2014.
[6] A personalised recommender system for Telelcom
productsand services ,ZuiZhang, Kun Liu, WilliamWang,Tai
Zhang and Jie Lu, Volume 5, Issue 4,March 2016

More Related Content

What's hot

Churn Prediction in Practice
Churn Prediction in PracticeChurn Prediction in Practice
Churn Prediction in PracticeBigData Republic
 
Telecommunication Analysis (3 use-cases) with IBM watson analytics
Telecommunication Analysis (3 use-cases) with IBM watson analyticsTelecommunication Analysis (3 use-cases) with IBM watson analytics
Telecommunication Analysis (3 use-cases) with IBM watson analyticssheetal sharma
 
Customer churn prediction for telecom data set.
Customer churn prediction for telecom data set.Customer churn prediction for telecom data set.
Customer churn prediction for telecom data set.Kuldeep Mahani
 
Customer_Churn_prediction.pptx
Customer_Churn_prediction.pptxCustomer_Churn_prediction.pptx
Customer_Churn_prediction.pptxAniket Patil
 
Customer churn classification using machine learning techniques
Customer churn classification using machine learning techniquesCustomer churn classification using machine learning techniques
Customer churn classification using machine learning techniquesSindhujanDhayalan
 
Predicting Bank Customer Churn Using Classification
Predicting Bank Customer Churn Using ClassificationPredicting Bank Customer Churn Using Classification
Predicting Bank Customer Churn Using ClassificationVishva Abeyrathne
 
Prediction of customer propensity to churn - Telecom Industry
Prediction of customer propensity to churn - Telecom IndustryPrediction of customer propensity to churn - Telecom Industry
Prediction of customer propensity to churn - Telecom IndustryPranov Mishra
 
Machine Learning project presentation
Machine Learning project presentationMachine Learning project presentation
Machine Learning project presentationRamandeep Kaur Bagri
 
Bank churn with Data Science
Bank churn with Data ScienceBank churn with Data Science
Bank churn with Data ScienceCarolyn Knight
 
Predictive Modelling PowerPoint Presentation Slides
Predictive Modelling PowerPoint Presentation Slides Predictive Modelling PowerPoint Presentation Slides
Predictive Modelling PowerPoint Presentation Slides SlideTeam
 
Machine Learning Model Evaluation Methods
Machine Learning Model Evaluation MethodsMachine Learning Model Evaluation Methods
Machine Learning Model Evaluation MethodsPyingkodi Maran
 
Data Science - Part III - EDA & Model Selection
Data Science - Part III - EDA & Model SelectionData Science - Part III - EDA & Model Selection
Data Science - Part III - EDA & Model SelectionDerek Kane
 
Predicting house prices_Regression
Predicting house prices_RegressionPredicting house prices_Regression
Predicting house prices_RegressionSruti Jain
 

What's hot (20)

Churn Prediction in Practice
Churn Prediction in PracticeChurn Prediction in Practice
Churn Prediction in Practice
 
Telecommunication Analysis (3 use-cases) with IBM watson analytics
Telecommunication Analysis (3 use-cases) with IBM watson analyticsTelecommunication Analysis (3 use-cases) with IBM watson analytics
Telecommunication Analysis (3 use-cases) with IBM watson analytics
 
Churn modelling
Churn modellingChurn modelling
Churn modelling
 
Customer churn prediction for telecom data set.
Customer churn prediction for telecom data set.Customer churn prediction for telecom data set.
Customer churn prediction for telecom data set.
 
Customer_Churn_prediction.pptx
Customer_Churn_prediction.pptxCustomer_Churn_prediction.pptx
Customer_Churn_prediction.pptx
 
Customer churn classification using machine learning techniques
Customer churn classification using machine learning techniquesCustomer churn classification using machine learning techniques
Customer churn classification using machine learning techniques
 
Telcom churn .pptx
Telcom churn .pptxTelcom churn .pptx
Telcom churn .pptx
 
Telecom customer churn prediction
Telecom customer churn predictionTelecom customer churn prediction
Telecom customer churn prediction
 
Predicting Bank Customer Churn Using Classification
Predicting Bank Customer Churn Using ClassificationPredicting Bank Customer Churn Using Classification
Predicting Bank Customer Churn Using Classification
 
Prediction of customer propensity to churn - Telecom Industry
Prediction of customer propensity to churn - Telecom IndustryPrediction of customer propensity to churn - Telecom Industry
Prediction of customer propensity to churn - Telecom Industry
 
Machine Learning project presentation
Machine Learning project presentationMachine Learning project presentation
Machine Learning project presentation
 
Bank churn with Data Science
Bank churn with Data ScienceBank churn with Data Science
Bank churn with Data Science
 
Customer churn prediction in banking
Customer churn prediction in bankingCustomer churn prediction in banking
Customer churn prediction in banking
 
EDA
EDAEDA
EDA
 
Predictive Modelling PowerPoint Presentation Slides
Predictive Modelling PowerPoint Presentation Slides Predictive Modelling PowerPoint Presentation Slides
Predictive Modelling PowerPoint Presentation Slides
 
Predicting the e-commerce churn
Predicting the e-commerce churnPredicting the e-commerce churn
Predicting the e-commerce churn
 
Machine Learning Model Evaluation Methods
Machine Learning Model Evaluation MethodsMachine Learning Model Evaluation Methods
Machine Learning Model Evaluation Methods
 
House price prediction
House price predictionHouse price prediction
House price prediction
 
Data Science - Part III - EDA & Model Selection
Data Science - Part III - EDA & Model SelectionData Science - Part III - EDA & Model Selection
Data Science - Part III - EDA & Model Selection
 
Predicting house prices_Regression
Predicting house prices_RegressionPredicting house prices_Regression
Predicting house prices_Regression
 

Similar to IRJET - Customer Churn Analysis in Telecom Industry

Automated Feature Selection and Churn Prediction using Deep Learning Models
Automated Feature Selection and Churn Prediction using Deep Learning ModelsAutomated Feature Selection and Churn Prediction using Deep Learning Models
Automated Feature Selection and Churn Prediction using Deep Learning ModelsIRJET Journal
 
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...Machine Learning Approaches to Predict Customer Churn in Telecommunications I...
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...IRJET Journal
 
EVALUTION OF CHURN PREDICTING PROCESS USING CUSTOMER BEHAVIOUR PATTERN
EVALUTION OF CHURN PREDICTING PROCESS USING CUSTOMER BEHAVIOUR PATTERNEVALUTION OF CHURN PREDICTING PROCESS USING CUSTOMER BEHAVIOUR PATTERN
EVALUTION OF CHURN PREDICTING PROCESS USING CUSTOMER BEHAVIOUR PATTERNIRJET Journal
 
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...IRJET Journal
 
Data Mining on Customer Churn Classification
Data Mining on Customer Churn ClassificationData Mining on Customer Churn Classification
Data Mining on Customer Churn ClassificationKaushik Rajan
 
Smart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend AnalysisSmart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend AnalysisIRJET Journal
 
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...IRJET Journal
 
IRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigDataIRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigDataIRJET Journal
 
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...IRJET Journal
 
Improved Customer Churn Behaviour by using SVM
Improved Customer Churn Behaviour by using SVMImproved Customer Churn Behaviour by using SVM
Improved Customer Churn Behaviour by using SVMIRJET Journal
 
CHURN ANALYSIS AND PLAN RECOMMENDATION FOR TELECOM OPERATORS
CHURN ANALYSIS AND PLAN RECOMMENDATION FOR TELECOM OPERATORSCHURN ANALYSIS AND PLAN RECOMMENDATION FOR TELECOM OPERATORS
CHURN ANALYSIS AND PLAN RECOMMENDATION FOR TELECOM OPERATORSJournal For Research
 
Finger Gesture Based Rating System
Finger Gesture Based Rating SystemFinger Gesture Based Rating System
Finger Gesture Based Rating SystemIRJET Journal
 
Optimized Feature Extraction and Actionable Knowledge Discovery for Customer ...
Optimized Feature Extraction and Actionable Knowledge Discovery for Customer ...Optimized Feature Extraction and Actionable Knowledge Discovery for Customer ...
Optimized Feature Extraction and Actionable Knowledge Discovery for Customer ...Eswar Publications
 
Pradeepnsingh praveenkyadav-131008015758-phpapp02
Pradeepnsingh praveenkyadav-131008015758-phpapp02Pradeepnsingh praveenkyadav-131008015758-phpapp02
Pradeepnsingh praveenkyadav-131008015758-phpapp02PMI_IREP_TP
 
Pradeep n singh_praveenkyadav
Pradeep n singh_praveenkyadavPradeep n singh_praveenkyadav
Pradeep n singh_praveenkyadavPMI2011
 
CUSTOMER SEGMENTATION IN SHOPPING MALL USING CLUSTERING IN MACHINE LEARNING
CUSTOMER SEGMENTATION IN SHOPPING MALL USING CLUSTERING IN MACHINE LEARNINGCUSTOMER SEGMENTATION IN SHOPPING MALL USING CLUSTERING IN MACHINE LEARNING
CUSTOMER SEGMENTATION IN SHOPPING MALL USING CLUSTERING IN MACHINE LEARNINGIRJET Journal
 
Pricing Optimization using Machine Learning
Pricing Optimization using Machine LearningPricing Optimization using Machine Learning
Pricing Optimization using Machine LearningIRJET Journal
 
Customer churn analysis using XGBoosted decision trees
Customer churn analysis using XGBoosted decision treesCustomer churn analysis using XGBoosted decision trees
Customer churn analysis using XGBoosted decision treesnooriasukmaningtyas
 

Similar to IRJET - Customer Churn Analysis in Telecom Industry (20)

Automated Feature Selection and Churn Prediction using Deep Learning Models
Automated Feature Selection and Churn Prediction using Deep Learning ModelsAutomated Feature Selection and Churn Prediction using Deep Learning Models
Automated Feature Selection and Churn Prediction using Deep Learning Models
 
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...Machine Learning Approaches to Predict Customer Churn in Telecommunications I...
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...
 
EVALUTION OF CHURN PREDICTING PROCESS USING CUSTOMER BEHAVIOUR PATTERN
EVALUTION OF CHURN PREDICTING PROCESS USING CUSTOMER BEHAVIOUR PATTERNEVALUTION OF CHURN PREDICTING PROCESS USING CUSTOMER BEHAVIOUR PATTERN
EVALUTION OF CHURN PREDICTING PROCESS USING CUSTOMER BEHAVIOUR PATTERN
 
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
 
Data Mining on Customer Churn Classification
Data Mining on Customer Churn ClassificationData Mining on Customer Churn Classification
Data Mining on Customer Churn Classification
 
Smart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend AnalysisSmart E-Logistics for SCM Spend Analysis
Smart E-Logistics for SCM Spend Analysis
 
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
 
Gc3310851089
Gc3310851089Gc3310851089
Gc3310851089
 
Gc3310851089
Gc3310851089Gc3310851089
Gc3310851089
 
IRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigDataIRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigData
 
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...
A Comparative Study of Techniques to Predict Customer Churn in Telecommunicat...
 
Improved Customer Churn Behaviour by using SVM
Improved Customer Churn Behaviour by using SVMImproved Customer Churn Behaviour by using SVM
Improved Customer Churn Behaviour by using SVM
 
CHURN ANALYSIS AND PLAN RECOMMENDATION FOR TELECOM OPERATORS
CHURN ANALYSIS AND PLAN RECOMMENDATION FOR TELECOM OPERATORSCHURN ANALYSIS AND PLAN RECOMMENDATION FOR TELECOM OPERATORS
CHURN ANALYSIS AND PLAN RECOMMENDATION FOR TELECOM OPERATORS
 
Finger Gesture Based Rating System
Finger Gesture Based Rating SystemFinger Gesture Based Rating System
Finger Gesture Based Rating System
 
Optimized Feature Extraction and Actionable Knowledge Discovery for Customer ...
Optimized Feature Extraction and Actionable Knowledge Discovery for Customer ...Optimized Feature Extraction and Actionable Knowledge Discovery for Customer ...
Optimized Feature Extraction and Actionable Knowledge Discovery for Customer ...
 
Pradeepnsingh praveenkyadav-131008015758-phpapp02
Pradeepnsingh praveenkyadav-131008015758-phpapp02Pradeepnsingh praveenkyadav-131008015758-phpapp02
Pradeepnsingh praveenkyadav-131008015758-phpapp02
 
Pradeep n singh_praveenkyadav
Pradeep n singh_praveenkyadavPradeep n singh_praveenkyadav
Pradeep n singh_praveenkyadav
 
CUSTOMER SEGMENTATION IN SHOPPING MALL USING CLUSTERING IN MACHINE LEARNING
CUSTOMER SEGMENTATION IN SHOPPING MALL USING CLUSTERING IN MACHINE LEARNINGCUSTOMER SEGMENTATION IN SHOPPING MALL USING CLUSTERING IN MACHINE LEARNING
CUSTOMER SEGMENTATION IN SHOPPING MALL USING CLUSTERING IN MACHINE LEARNING
 
Pricing Optimization using Machine Learning
Pricing Optimization using Machine LearningPricing Optimization using Machine Learning
Pricing Optimization using Machine Learning
 
Customer churn analysis using XGBoosted decision trees
Customer churn analysis using XGBoosted decision treesCustomer churn analysis using XGBoosted decision trees
Customer churn analysis using XGBoosted decision trees
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 

Recently uploaded (20)

Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 

IRJET - Customer Churn Analysis in Telecom Industry

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 932 Customer Churn analysis in Telecom Industry Venkatesh Hariharan1, Irshad Khan2, Pravin Katkade3, Prof. Sejal D’ mello4 1,2,3Student, Department of Information and Technology, Atharva College of Engineering, Mumbai, Maharashtra, India. 4Professor, Department of Information and Technology, Atharva College of Engineering, Mumbai, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Telecom industry is rapidly growing day by day. Customer is always is lookingforbetterservicesandscheme. Churn analysis helps to identifycustomerswhoareprobably to cancel a subscription to a service. Telecommunication companies now focus on to have a more extensive customer base; therefore, retaining existing customers becomes a considerable challenge. It is essential to know which customers are likely to cancel the subscription. In this scenario, data plays a critical role in getting knowledge of customer behavior. With the help of some Algorithm and information, we can predict possibilities of customer churn and improve their service to change the churn decision Key Words: Telecom, CRM, Retention, Customer Serive, Usage detection, LogisticRegressionalgorithm,Decision Tree algorithm, Recommender system (TCPRS). 1. INTRODUCTION Customer churn refers to that customer switch over from one service provider to another service provider. Churn is a challenging problem for a subscription services provider. There are many Telecom Companies are coming with various schemes and services, which will help that company attract numerous customers to switch from competitor's service to their service. The main goal of thosecompaniesto retain their existing customers. Those companies need to know in advance, which customers may switch from their service to another service. Churn prediction model can be used to analyzethehistorical data available within the business organization to identify the customers who are at high risk of churning; this will assist the telecom industry to get their attention on developing retention strategies on those customers. Individualized customer retention is severe because businesses usually have a big customer databaseandcannot afford to spend money and time. If we could predict in advance which customers are at risk of leaving, then we can lower the customer retention efforts by directing our attention toward such customers. Now, this is where the churn prediction model can help the business to identify such high-risk customers and thereby helps in maintaining the existingcustomer baseandincrease in revenues. A churn prediction model is famous because of the getting new customers is much costly than retaining the existing one. Retention has become necessary because of the increasing number of service providers and the competition between them, where everyone is trying to attract new customers and give them exciting to offer them to switch to their service. Using Data mining techniquesoncustomerdatabasehelpsto know the customers that have a high probability to churn based on the historical records available. The data mining techniques can be helpful in finding a pattern among the already churned customers. The rest of this paper is represented as follows. Section 2 discusses related research in churn analysis. Section 3, represents the system design and personalized recommendation system for telecom and services, TCPRS, using a hybrid approach that combines item-based anduser-basedcollaborativefilteringmethods.A complete analysis of performance of the TCPRS is shown in Section 4. Problem Statement Customer churn refers to when a customer switches from one service provider to another. Churn is a problem for any provider of a subscription service or recurring purchasable. This is where the churn prediction model can help the business to identify such high-risk customers and thereby helps in maintaining the existingcustomer baseandincrease in revenues. Churn prediction is also important because of the fact that acquiring new customers is much costly than retaining the existing one. 2. RELATED WORK A lot of research has been done in various industries for the retention of customers to develop and build an efficient model so that a group of customerscanberetained.Different types of data mining techniques have been used for churn prediction, of which some great techniquesincludeBayesian Models, Regressionmodels,Neural Networks,Decisiontrees, Clustering, SVM, etc. The goal of the research was to show that the model built on data mining techniques can explain the churn behavior with more accuracy and that in some of the models, the reason for churn can be identified. They used Logistic Regression in parallel with Voted Perceptron for classification and then combined with clustering for churn prediction. Qureshi et al. [2] in their examinationtook activechurnersin the Telecom industry into account by applying various data
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 933 mining such as K- Means Clustering, Logistic Regression, Neural Network, Linear. In [5], the authors have used neural networks and decision trees for churn prediction.Theyhave described the process of churn prediction right from data collection of churn analysis. They have also focused on pre- processing of data in which data cleaning, data transformation, data reduction feature abstraction is used before giving it as input to the algorithms.Inthese,theyhave proposed that selecting the fixing the proper threshold values and the right combination of attributes may produce more accurate results. Their study limits the prediction of churn, and there are no steps analyzed to include retention policies. A recent review based on the techniques used for churn prediction [3] Decision tree-based techniques,Neural Network-based techniques, and regression techniques are applied in customer churn. Hence as seen in the literature survey, the most likely methods used for churn prediction include logistic regression, neural networks, and decision trees, out of which we have proposed to study the performance of logistic regression on telecom data publicly available. Neural networks also perform very well in case of churn prediction. It has limitations such as it shows well for massive datasets only and takes a lot of time for training even with small datasets. Logistic regression is used, which helps analyze the factors causing churn in an effective and understandable way. Decision tree provides a graphical overview of the available data from which strategies can be built for customer retention, and logistic regression helps to understand each feature affects the decision of churn. Decision trees and logistic regression has been used for churn prediction for credit card customers. The study, as well as the comparison of these two algorithms, has not yet been.explored for the telecom industry. One is the data mining technique, and the other is a statistical model that can provide an idea to the telecom industry about which algorithm suits their data. 3. PROPOSED SYSTEM In the proposed system, pythonprogramming will beusedin our churn prediction. It is used for statisticians as well as data mining. The system will have three main options, namely View, analysis, and performance, which displays the results obtained by applying on the available dataset — testing to make a list of customers which have a high probability to churn, given that the attributes of the input data are same as the available dataset used for training. Training and testing which create a model. In performance analysis, the results after using logistic regression on the available dataset are illustrated using confusion matrix analysis. In operation, the user can provide data for testing the system provided the data are the same as that used for training using the publicly available dataset. If the user wishes to use the system for their data ofdifferent formats, then they can do so by using thetrainingandtesting option where the system will use the new training data to build the model first and then use it for testing. Hence the system is not limited to use only for some specific type of data. The data cleaning method will be included in the training and testing phase explicitly to improve system efficiency. The system is made usable through a web interface that will graphically explain the results of the system. The system-building has phases, i.e., developing the web feature extraction, interface module, module,andprediction module. The web interface will provide a graphical representation of results, which can be created. The feature extraction module will consist of the estimation of parameters in logistic regression. Logistic regression uses maximum likelihood estimation for transforming the dependent variable into a logistic variable. Logistic regression uses the linear regression function to estimate the value of the dependent variable by module and prediction module. The web interface will provide a graphical overview of the results obtained, which can be created. The feature extraction module will consist of the estimation of parameters in logistic regression. Logistic regression uses maximum likelihood estimation for transforming the dependent variable into a logistic variable. Logistic regression uses the linear regression function to estimate the value of the dependent variable by estimating the parameters for the linear equation. As shown in (1) α, b1, b2...bn are the parameters to be calculated using the training data and the equation will then be used to predict P(X) which represents the dependent variable value if values of features x1,x2,…xn are given in Equation 1 ……(1) Y stands for the dependent variable that needs to be predicted. β0 is the Y-intercept, which is thepointontheline which touches the y-axis.β1 is the slope of the line (the hill can be negative or positive depending on the relationship between the dependent variable and the independent variable.)X here represents the independent variable that is used to predict our resultant dependent value. Logistic regression can be used to model binarydependentvariables. The structure of the logistic regression model is designed to produce binary results. Least square regression is not built for binary classification as logical regression performs a better job at classifying data points and has a better logarithmic loss function as opposed to least squares regression.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 934 ……(2) As the value of Q(X) is a number between 0 and 1, this value can be considered as the probability of the particular outcome. For example, if the output is 0.8, it means thereare 80% chances of getting the production as one, and it can, therefore, be safely predicted that for the given set of input attributes, the production would be 1. The predictionfor the negative case or 0 can be calculated as one minus the probability of a positive occurrence. For the above example, it will be 0.2, which is far less, and hence the prediction is given to be as 1. Typically, 0.5 is used as a threshold to decide what prediction is to be delivered. Any value above 0.5 is predicted as a positive case and anything below as a negative case value. Figure 1 provides an overview of the proposed system Fig 1: System Architecture The churn prediction system will build the prediction model based on the logistic regression algorithm, which will then be used on the testing dataset to measure the accuracy of the system. Finally, they will output the list of customers that have high probability and are possible churners in the future, along with the efficiency of the system. The input to the method includes the options, training data, and test data where Option comprises of View Performance, Train and Test, Test. Training Dataset Attributes to contain State, Area Code, Phone, Day Mins, Night Mins, International Mins, Customer Service Calls, International Plan, Voicemail Plan, Day Calls. 3.1 Recommender System There will be a large number of web services and telecom services provided by third-party providers and orend-users. Then, how to recommend a minor service set that is related and interesting for a particular user is a significant problem that needs to be solved because it will ease thedistributionof services to the most suitable users. Recommender system has become an vital research area in the last decade, and there has been much work done in the industry and academic center. [6]. Ideally, recommender systems are classified into three types [6]: 1. Content-based recommendations: This method uses only information of the description and attributes of the item users have previously consumed to model user's preferences. In other words, these algorithms try to recommend things that are similar to those that a user liked in the past. Various items that were previously rated by users are distinguished and recommended to the consumer. 2. Collaborative recommendations: This method makes automatic predictions abouttheinterestsofa user by collecting preferences or taste information from many users. The underlying assumption of the collaborative filtering approach is that if person A has the same opinion as a person B on a set of items, A is more likely to have B's idea for a given object than that of a randomly chosen person. 3. Hybrid approaches: Recent research has demonstrated that a hybrid approach, combining collaborative filtering and content-based filtering, could be more effective than simple approaches in somecases. Cold start and Sparsity problems can be solved using these methods. 3.2 Algorithm Description 1. User-based collaborative filtering: In this model, products that are liked or preferred by other consumers are recommended to the user. For example, if Derrick and Dennis like the samemovies and a new movie come out that Derick wants, then we can recommend that movie to Dennis because Derrick and Dennis seem to like the same film. 2. Item-based collaborative filtering:Thesesystems is used to identify similar items based on previous users' ratings. For example, ifusers 1, 2,and3gavea 5-star rating to books A and B, then when a user 4 buys book B they also get a recommendation to purchase book A because the system identifiesbook A and B as similar based on the ratings of users 1, 2, and 3. 4. RESULT OF IMPLEMENTATION Logistic regression is a statistical method for predicting binary classes. The outcome or target variable is binary in nature. It computes the probability ofaneventoccurrence.A logistic regression predicts the probability that an observation falls into one of twocategoriesofa dichotomous dependent variable based on one or more independent variables that can be either continuous or categorical. Logistic Regression predicts the probabilityofoccurrence of a binary event utilizing a logit function. The dependent variable in logistic regression followsBernoulliDistribution. Estimation is done through maximum likelihood.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 935 4.1 CHURN PREDICTION MODEL Precision is about being precise i.e., when a model makes a prediction, how often it is correct. In our predictioncase,the logistic regression model predicted the outcome with 80% accuracy. Fig 2: Churn Prediction Above Fig 2 portrays customers who are at the risk of churning to a new service provider According to Fig 2, 73.5% of customers will not churn and will continue using the current service provider, while the remaining 26.5%are at a high risk of churning and hence proper counter measures must be taken in order to retain them. 4.2 IDENTIFYING CHURNING CUSTOMERS Fig 3: Identifying churning customers Above Fig 3 represents the required customer’s churning status, along with 10 other customers who are similar to the required customer based on feature selection. According to Fig 3, customer no 7156-MHUGY will churn, but some customers who are similar to the customerno7156-MHUGY may not churn to a new service provider like customer no. 7596-IIWYC. 4.3 RECOMMENDER SYSTEM Fig 4: Recommender System Above Fig 4 represents the churning customer a suitable plan based on his data usage and attributes, above customer is a senior citizen and based on his usage statistics, Rs 98 plan is suggested as the customer doesn’t require much internet. 5. CONCLUSION This system gives a prediction about customer churn alignment and fixing the proper threshold values, and the right combination of attributes may produce more accurate results of predicting churn customers. This system model suggests that data mining techniques gives solution for the customer churn management. Using this model, the telecom companies can predict in advance which customers are at risk of churn, and can target those customers and can recommend them suitable recharge plan. This system saves lots of revenues and time, which is used for replacing the already lost customers and also the ones that are already loyal customer. ACKNOWLEDGEMENT We express our gratitude to Prof. Sejal D’mello, our project guide who gave us all the guidance and motivation and at any time available to us for doubtssolving,grateful forgiving us the required help, point by point recommendations and furthermore support to do the venture. We are excited and happy to offer our thanks to the Head of the Information Technology Department Prof. Deepali Maste, for her endorsement of this undertaking. We also want to profoundly offer our genuine thanks to our regarded head Prof. Dr. Shrikant Kallurkar and the administration of Atharva College of Engineering for giving such a perfect environment to develop this undertaking with well- furnished library with all the most extreme important reference materials and forward-thinking IT Laboratories We are amazingly appreciative to all staff and the administration of the school for giving every one of us the offices and assets required. REFERENCES [1] A Hybrid Churn Predictio Model in Mobile Telecommunication Industry, Georges D. Olle and Shuqin Cai, International Journal of e-Education, e-Business, e- Management and e-Learning, Volume 4, Issue 1, February 2014.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 02 | Feb 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 936 [2] Telecommunication Subscribers' Churn Prediction Model Using MachineLearning,SaadAhmedQureshi,Ammar Saleem Rehman, Ali Mustafa Qamar, Aatif Kamal, Ahsan Rehman, IEEE International Conference on Digital Information Management (ICDIM), 2013 8th International Conference on, Volume 4, Issue 5, April 2013. [3] Customer Churn Prediction in Telecommunication Industries using Data Mining Techniques- A Review, Kiran Dahiya and Kanika Talwar, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 5, Issue 4, March 2015. [4] Churn Prediction in Telecommunication Using Classification Techniques Based on Data Mining: A Survey, Nisha Saini and Monika, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 5, Issue 3, March 2015. [5] Churn Prediction In Mobile Telecom System Using Data Mining Techniques, Dr. M. Balasubramaniam, M.Selvarani, International Journal of ScientificandResearchPublications, Volume 4, Issue 4, April 2014. [6] A personalised recommender system for Telelcom productsand services ,ZuiZhang, Kun Liu, WilliamWang,Tai Zhang and Jie Lu, Volume 5, Issue 4,March 2016