A DATA MINING APPROACH TO PREDICT PROSPECTIVE BUSINESS SECTORS FOR LENDING IN RETAIL BANKING USING DECISION TREE
|
|
|
- Harold Harvey
- 10 years ago
- Views:
Transcription
1 A DATA MINING APPROACH TO PREDICT PROSPECTIVE BUSINESS SECTORS FOR LENDING IN RETAIL BANKING USING DECISION TREE Md. Rafiqul Islam 1 and Md. Ahsan Habib 2 Department of Information and Communication Technology Mawlana Bhashani Science and Technology University, Tangail, Bangladesh ABSTRACT A potential objective of every financial organization is to retain existing customers and attain new prospective customers for long-term. The economic behaviour of customer and the nature of the organization are controlled by a prescribed form called Know Your Customer (KYC) in manual banking. Depositor customers in some sectors (business of Jewellery/Gold, Arms, Money exchanger etc) are with high risk; whereas in some sectors (Transport Operators, Auto-delear, religious) are with medium risk; and in remaining sectors (Retail, Corporate, Service, Farmer etc) belongs to low risk. Presently, credit risk for counterparty can be broadly categorized under quantitative and qualitative factors. Although there are many existing systems on customer retention as well as customer attrition systems in bank, these rigorous methods suffers clear and defined approach to disburse loan in business sector. In the paper, we have used records of business customers of a retail commercial bank in the city including rural and urban area of (Tangail city) Bangladesh to analyse the major transactional determinants of customers and predicting of a model for prospective sectors in retail bank. To achieve this, data mining approach is adopted for analysing the challenging issues, where pruned decision tree classification technique has been used to develop the model and finally tested its performance with Weka result. Moreover, this paper attempts to build up a model to predict prospective business sectors in retail banking. KEYWORDS Data Mining, Decision Tree, Tree Pruning, Prospective Business Sector, Customer, Bank 1. INTRODUCTION Rising numbers of financial institutions are introducing and expanding their offerings of electronic banking products. Central to the business strategy of every financial service company is the ability to retain existing customer and reach new prospective customers. The Banking industry in Bangladesh is growing rapidly and it has become more and more important to keep pace with the growth of the industry through technological advancements and innovative ideas to market the organization to the masses. Portfolio of products offered by bank providers has diversified, over the years, attracting more customers than ever. Accumulation of operational data inevitably follows from this growth in industry. There exists an increasing need to convert their data into a corporate asset in order to stay ahead and gain a competitive advantage. Data mining is adopted to play an important role in these efforts. Data mining is an iterative process that combines business knowledge, machine learning methods and tools and large amounts of accurate and relevant information to enable the discovery of non-intuitive insights hidden in the organization s corporate data. This information can refine existing processes, uncover trends and help formulating policies regarding the company s relation to its customers and employees. In the DOI : /ijdkp
2 financial area, data mining has been applied successfully in determining the likely eligible candidate for loan disbursement, finding profitable customers, products, characterizing different product segments [1]. All of these factors are challenging old ways of doing business and forcing banks to consider reinventing themselves to win in the marketplace. In this aspect to find out good customers to disbursing loan is really a challenging issue in the banking era. This paper is trying to find out the prospective business sectors for retail banking. 2. RELATED WORKS Several researches have been made in the field of customer attrition and retention analysis in banking sectors. Some studies reveal that the most important variables influencing customer choice are effective and efficient customer services, speed and quality services, variety of services offered and low e-service charges, online banking facilities, safety of funds and the availability of technology based service(s), low interest rate on loan, convenient branch location, image of the bank, well management, and overall bank environment [7-9]. On the other hand, customer is the core of their operation, so nurturing and retaining them are important for their success. Many researches were held on customer retention as well as customer attrition analysis Lift is used as a proper measure for attrition analysis and compare the lift of data mining models of decision tree, boosted naive Bayesian network, selective Bayesian network, neural network and the ensemble of classifiers of the above methods [1]. Their main focuses were on attrition analysis using lift. Lift can be calculated by looking at the cumulative targets captured up to p% as a percentage of all targets and dividing by p%. A churn model with a higher predictive performance in a newspaper subscription context was constructed support vector machines [10]. They showed that support vector machines show good generalization performance when applied to noisy marketing data. The model outperforms a logistic regression only when the appropriate parameter-selection technique is applied and SVMs are surpassed by the random forests. A software using Clementine was used to analyzed 300 records of customers Iran Insurance Company in the city of Anzali, Iran [3]. They used demographic variables to determine the optimal number of clusters in K-means clustering and evaluated binary classification methods (decision tree QUEST, decision tree C5.0, decision tree CHAID, decision trees CART, Bayesian networks, Neural networks) to predict customers churn [3, and 5]. Ref. [6] used Decision trees and Neural Networks to develop model to predict churn. Models generated are evaluated using ROC curves and AUC values. They also adopted cost sensitive learning strategies to address imbalanced class labels and unequal misclassification costs issues. Ref. [4] discussed commercial bank customer churn prediction based on SVM model, and used random sampling method to improve SVM model, considering the imbalance characteristics of customer data sets. A study investigated determinants of customer churn in the Korean mobile telecommunications service market based on customer transaction and billing data. Their study defines changes in a customer s status from active use to non-use or suspended as partial defection and from active use to churn as total defection. Results indicate that a customer s status change explains the relationship between churn determinants and the probability of Churn [15]. A neural network (NN) based approach to predict customer churn in subscription of cellular wireless services. Their results of experiments indicate that neural network based approach can predict customer churn with accuracy more than 92% [11]. An academic database of literature between the periods of covering 24 journals and proposes a classification scheme to classify the articles. Nine hundred articles were identified and reviewed for their direct relevance to applying data mining techniques to CRM. They found that the research area of customer retention received most research attention; and classification and association models are the two commonly used models for data mining in CRM [2]. A critique on the concept of Data mining and Customer Relationship Management in organized Banking and Retail industries was also discussed [14]. Most of these paper used existing customer s data from a single database. Some of them used only demographic data. But in our system, we used data from different branches of a bank and 14
3 merge these into a single database. We have analyzed borrower s transactional data. We focused on predicting prospective business sectors to disburse loan in retailing commercial bank. 3. PROPOSED SYSTEM The proposed system is shown in Figure 1. Customer transactional related data are taken from database and data mining pre-processing techniques are applied to these data. After some statistical analyzing, a pre-defined hierarchical class (target value or voluntary attributes) are assigned on per account data. These data are then fit into a classification method. A decision tree classification method is developed to extract rules to predict prospective sectors. Figure 1. Overview of proposed system 4. SYSTEM DESIGN AND IMPLEMENTATION 4.1. Data period identification Given the data availability and its time periodicity, decided to start the data selection by extracting a subset of records of accounts whose status was Active for the period of six month from loan disburse or reschedule date which is not later to 31/12/2013. Due to one year period of business loan, 18 months of transactional records were obtained from database. This means, records were selected not later to 30/06/2014 as well as not prior to 01/01/2013. fromdate and todate is a subquery used in main query to retrieve data from database. For comparison purposes, only transactional data were requested whose transaction type code was either in (1, 2, 3, 4, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 29, 30) where 1 for CASH, 2 for CLEARING, 11 for PAY ORDER, 29 for ALL OTHER CREDIT TRANSACTIONS, 30 for ALL OTHER DEBIT TRANSACTIONS etc. Based on this consideration, a random number of records were selected. The records obtained are stored in a temporary table to be used to join with all relevant tables fetched in subsequent sections Data selection The data extracted from the data source had one row per account for basic data such as account number, account title, sector, loan disbursement authority etc. The result of basic data is shown in Table 1. The values of these static variables do not change over time. The values of time sensitive variables mean transactional data changes from month to month and it is essential to retain all these different values for 6 months in order to find seasonal/temporal behaviour related to the account activity. Transactional data i.e. minimum credit amount of single transaction of each account was fetched from database using the following query where fromdate and todate were described in previous section. The query ignored system generated transactions such as Incidental Charges, Closing Charges, Service Charges, Interest, Source Taxes on Interest, Postage, Inspection Charges, Other Charges, Value Added Tax, Commission, Insurance premium, 15
4 Error Correction, and Miscellaneous Adjustment. The output of the query was examined in SELECT for null value and if found then replaced them with ZERO. Table 1. Customer s account-wise basic static data AccountNo Sector Sanction Authority Limit Other RO RiceandFlowers DO RiceandFlowers RO Wholeseller RO BusinessmanInd. RO Statistical Analysis A significant portion of the time-series data set is constants, and null fields. Filtering these fields out in the early stage can significantly reduce the processing time and improve the model accuracy [1]. The 11% of records were a single valued attributes and 9% of records were a null valued, was deemed statistically insignificant. These fields are removed from the target data table to reduce the computing time for ensuring the modelling process faster. Business customer s account wise transactional numerical continuous data is shown in Figure Data transformation Figure 2. Account wise transactional numerical continuous data. Most of the data in the final table were numerical as the main concerned of the paper was on transactional data of business customers. All of the researcher used min-max, z-score or decimal scaling normalization. We used turnover to normalize the numerical data defined in equation 01. Turnover(A) = (Attribute/SanctionAmount)* (01) The turnovers of the attributes (Minimum Credit Amount, Maximum Credit Amount, Minimum Debit Amount, and Maximum Debit Amount) were clustered into four groups LessEqual25, LessEqual50, LessEqual75, and Above75. Whereas the turnovers of the attributes (Total Debit Amount, Total Credit Amount) were clustered into six groups LessEqual100, LessEqual200, LessEqual300, LessEqual400, LessEqual500, and Above500. The turnover of the attribute (Total Credit Voucher) was clustered into three groups Exceed Limit, LessEqual50, and Above50. The monthly average numbers of the attributes (Total Debit Voucher, Total Credit Voucher) were clustered into four groups LessEqual3, LessEqual6, LessEqual10, and Above10. Finally, the Loan Adjustment attribute was clustered into two groups Adjusted, and NoAdjusted. 16
5 4.5. Target value definition It is part of the data mining procedure to define the proper target field based on the business objective for the data mining analysis. With the help of the business domain experts who were involved in loan department, define the target value in terms of existing data and, with these, define the value of the target variable, i.e. the variable that determines the voluntary attributes, hereby defined as Class_Label is shown in Figure 3. It is defined in terms of: Excellent (Equal and Above 90); Very Good (Equal and Above 80 but Less Than 90); Good (Equal and Above 70 but Less Than 80); Marginal (Equal and Above 60 but Less Than 70); and Bad (Less Than 60) Decision Tree Figure 3. Account wise transactional discretized data. Decision tree induction is the learning of decision trees from class-labelled training tuples. A decision tree is a flowchart-like tree structure which builds a collection of rules for use as a predictive model. The advantage of this approach is that the rules are easy to understand, and they are frequently useful for discovering underlying business processes. Most algorithms such as ID3, C4.5, and CART for decision tree induction follow a greedy, top-down recursive divide-andconquer approach, which starts with a training set of tuples and their associated class labels. The training set is recursively partitioned into smaller subsets as the tree is being built. Jiawei Han et al in their book described a basic decision tree algorithm [16]. Summary of the algorithm is as follows: 1. Basic algorithm (a greedy algorithm) o A top-down recursive divide-and-conquer manner o Start as a single node, representing all the training examples are at the root o Attributes are discretized for continuous-valued o The algorithm uses the same process recursively to partition tuples based on selected attributes o At each node, choose the attribute with the largest information gain 2. Conditions for stopping partitioning o All tuples for a given node belong to the same class o There are no remaining attributes for further partitioning majority voting is adopted for classifying the leaf o There are no tuples left for a given node We used specialized form of decision tree algorithm [16], which starts with a training set of tuples and their associated class labels and additional parameter arc (also known as an edge from parent to child). The initial value of arc is null since root node of the tree has no parent. So parameters of method look like generate( D, attributelist, parentpath) and little changed in the algorithm. For attribute selection, we used gain ratio which attempts to overcome unique identifier. We picked up capital letter from the descritized attribute (and added prefix max or min in appropriate cases) to graphically represent these attributes in the tree is shown in Figure 04. For example SA 17
6 means Sanction Authority, maxca means maximum Credit Amount, G means Good, VG means Very Good, etc. 4.7 Decision Tree Pruning Figure 4. Partial output of the decision tree algorithm Tree pruning methods convert a large tree into a small tree, making it easier to understand, to improve accuracy and prevent overfitting. The empirical comparisons of different pruning methods across several domains were examined by several researchers [17, 18]. In the paper, we used pessimistic tree pruning algorithm which avoid the necessity of a separate test data set. We first set the number of correctly or mis-correctly classified tuples at each leaf node based on training tuple. Then the following algorithm is used to prune the tree and the output of pruned tree shown in Figure 5. //Input: Node is the root node of the tree. //Output: Return the pruned version of the tree. void Prune(node){ Step 1. If node is leaf then return; Step 2. Find the majority class in sub-tree (in this case node) and set it to MajorityClass Step 3. Calculate the number of mis-correctly classified tuples at each leaf with MajorityClass and set it to a variable nomisleaf nomisleaf = nomisleaf (1/2 for single node i.e leaf); Step 4. Calculate the number of mis-correctly classified tuples at node (sub-tree) and set it to nomissubtree. nomissubtree = nomissubtree + N T /2.0; (where N T is total number of leaf in sub-tree) Step 5. Set Total = nomisleaf + nomissubtree; Step 6. Calculate standard error using StandardError = Math.sqrt((noMisSubTree *( Total - nomissubtree))/total); Step 7. Check for pruning condition IF nomissubtree+ StandardError >= nomisleaf THEN //Pruned the tree i.e replaced sub-tree with leaf. Set node level to MajorityClass, node child to null (means convert it to leaf), add nomisleaf, to node and return; 18
7 Step 8. Iterate over each child of node Prune(child) Step 10. Return Rules Extraction from Tree Figure 5. Output of pruned tree If the decision tree is very large, then the IF-THEN rules are easier for humans to understand. To extract rules from a decision tree, one rule is created for each path from the root to a leaf node. Each splitting criterion along a given path is logically ANDed to form the rule antecedent ( IF part). The leaf node holds the class prediction, forming the rule consequent ( THEN part) [16]. Some generated rules from pruned tree are shown in Figure 6. Figure 6. Generated rules from pruned tree 19
8 5. RESULT AND DISCUSSIONS 5.1. Testing The training data were collected from transactional database not later to 30/06/2014 and not prior to 01/01/2013. The model is tested with some samples data prior to 01/01/2013 and later to 30/06/2014 from the same database. The model also tested with data collected from a nearby bank branch. The initial findings show some interesting results Comparison with Weka result To test the effectiveness of the model, the model is tested with the Weka software and found that the outputs from them are almost same. The output of weka result from a nearby branch data is shown in Figure 7. Comparing of Figure 6 and Figure 7, it can be said that the model is accurate enough to predict prospective business customers in retailing commercial bank Data Mining Finding Figure 7. Output of Weka Software from a nearby branch data The initial studies unveiled a number of relationships between variables that justify further discussion and analysis. Sectors are business area in where the loan disbursed. Our finding indicates RiceAndFlowerMis are excellent (best) to disburse loan in the researched area. RetailTraders and WholeSeller sectors are also very good for lending. 6. CONCLUSIONS We have discussed and implemented the procedure of a data mining task for prospective business sectors analysis in retail banking. We have predefined the optimal number of clusters (Excellent, Very Good, Good, Marginal and Bad) and used classification methods (Decision Tree) to predict prospective business sectors based on existing customer transactional behavioural data. The initial 20
9 findings show some interesting results. The field test conducted and found that the data mining prediction model for prospective business sectors for disbursement of loan is very accurate and the target-oriented campaign is very effective. The results show that most prospective customers are in Rice and Flower Mils (RiceAndFlowerMils) sectors; and Retail Traders (RetailTraders) and Whole Seller (WholeSeller) are also very good. The main focus of the paper was on written attributes of business customer but customer have many unwritten behaviour attributes. So the topic exclude some important unwritten attributes such characters, conditions and collaterals. The model is developed based on data mining method of decision tree classification as an initial step. We have a plan to extend the model for other data mining methods in future. ACKNOWLEDGEMENTS We have pleased to all managers, assistant managers, loan concerned offices of branches and loan disbursement authorities of regional office, Tangail for their cooperative understanding, help and support during completion of our work. We also wish to thank the developers of Java and Weka. REFERENCES [1] Xiaohua Hu, (2005) A Data Mining Approach for Retailing Bank Customer Attrition Analysis. Applied Intelligence. Vol. 22, pp [2] E.W.T. Ngai, Li Xiu. D.C.K. Chau, (2009) Application of data mining techniques in customer relationship management: A literature review and classification. Expert Systems with Applications. Vol. 36, pp [3] Reza Allahyari Soeini, and Keyvan Vahidy Rodpysh, (2012) Evaluations of Data Mining Methods in Order to Provide the Optimum Method for Customer Churn rediction: Case Study Insurance Industry, International Conference on Information and Computer Applications. Vol. 24, pp [4] Benlan Hea,Yong Shi,Qian Wan,Xi Zhao, (2014) Prediction of customer attrition of commercial banks based on SVM model. 2nd International Conference on Information Technology and Quantitative Management, ITQM 2014, Procedia Computer Science Vol. 31, pp [5] S. Madhavi, (2012) The Prediction of churn behaviour among Indian bank customer: An application of Data Mining Techniques. International Journal of Marketing, Financial Services & Management Research. Vol. 1, No. 2, pp [6] T. L. Oshini Goonetilleke, and H. A. Caldera, (2013) Mining Life Insurance Data for Customer Attrition Analysis. Journal of Industrial and Intelligent Information. Vol. 1, no. 1.pp [7] Omo Aregbeyen, Ph.D, (2011) The Determinants of Bank Selection Choices by Customers: Recent and Extensive Evidence from Nigeria. International Journal of Business and Social Science. Vol. 2, No. 22, pp [8] Hafeez Ur Rehman and Saima Ahmed, (2008) An Empirical Analysis of the determinants of bank selection in Pakistan; A customer view. Pakistan Economic and Social Review. Vol. 46, no. 2, pp [9] Kazi Omar Siddiqi, (2011) Interrelations between Service Quality Attributes, Customer Satisfaction and Customer Loyalty in the Retail Banking Sector in Bangladesh. International Journal of Business and Management. Vol. 6, No. 3, pp [10] Kristof Coussement, and Dirk Van den Poel (2008) Churn prediction in subscription services: An application of support vector machines while comparing two parameter-selection techniques. Expert Systems with Applications. Vol. 34, pp [11] Anuj Sharma, and Dr. Prabin Kumar Panigrahi, ( 2011) A Neural Network based Approach for Predicting Customer Churn in Cellular Network Services. International Journal of Computer Applications. Vol. 27, No.11. pp [12] K. Chitra, and B.Subashini, (2011) Customer Retention in Banking Sector using Predictive Data Mining Technique. The 5th International Conference on Information Technology. [13] Michele Gorgoglione, and Umberto Panniello, (2001) Beyond Customer Churn: Generating Personalized Actions to Retain Customers in a Retail Bank by a Recommender System Approach. Journal of Intelligent Learning Systems and Applications. Vol 3, pp
10 [14] P Salman Raju, Dr V Rama Bai, and G Krishna Chaitanya, (2014) Data mining: Techniques for Enhancing Customer Relationship Management in Banking and Retail Industries. International Journal of Innovative Research in Computer and Communication Engineering. Vol. 2, Issue 1. [15] Jae-Hyeon Ahna, Sang-Pil Han, and Yung-Seop Lee (2006) Customer churn analysis: Churn determinants and mediation effects of partial defection in the Korean mobile telecommunications service industry. Expert System, Telecommunications Policy. Vol. 30, pp [16] Jiawei Han, and Micheline Kamber, (2006) Data Mining: Concepts and Techniques. Second Edition, ISBN 13: , pp [17] John Mingers, (1989) An Empirical Comparison of Pruning Methods for Decision Tree Induction Machine Learning, Vol. 4, pp [18] Dipti D. Patil,V.M. Wadhai,J.A.and Gokhale, (2010) Evaluation of Decision Tree Pruning Algorithms for Complexity and Classification Accuracy. International Journal of Computer Applications. Vol. 11, No.2, pp AUTHORS Md. Rafiqul Islam was born in 1986 in Bangladesh. He has received his B.Sc (Engg) in Information and Communication Technology from Mawlana Bhashani Science and Technology University, Tangail, Bangladesh in 2010 and is currently pursuing M.Sc (Engg) in Information and Communication Technology at the same university. He is also serving as an Assistant Programmer (Assistant Director) at Bangladesh Bank (Central Bank of Bangladesh), Dhaka, Bangladesh. Formerly, he had served in Janata Bank Limited and in software development companies (Documenta, Horoppa InfoTech) in Bangladesh. His technical areas of interest include Data Mining, Artificial Intelligent, Image Processing, Software Security, Application Development and Algorithms. Md. Ahsan Habib was born in 1982 in Bangladesh. He is one of the PhD research fellow in Green Networking Research Group in CSE Department of Dhaka University, Bangladesh. Mr. Habib received BSc in Computer Science and Information Technology and MSc in Computer Science and Engineering from Islamic University of Technology, Dhaka, Bangladesh in 2003 and 2012, respectively. He is serving as an Associate Professor in the Department of Information and Communication Technology in Mawlana Bhashani Science and Technology University, Tangail, Bangladesh. He has been teaching a good number of courses related to wireless communications, wireless sensor network, bioinformatics, data mining and warehouse, cyber security etc. to graduate and undergraduate students in reputed universities. Formerly, he had served in Hajee Mohammad Danesh Science and Technology University Dinajpur, Bangladesh. He is a member of IEB, IEEE, Bangladesh Physical Society, Bangladesh Computer Society and Lions Club International. 22
Classification and Prediction
Classification and Prediction Slides for Data Mining: Concepts and Techniques Chapter 7 Jiawei Han and Micheline Kamber Intelligent Database Systems Research Lab School of Computing Science Simon Fraser
Enhanced Boosted Trees Technique for Customer Churn Prediction Model
IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V5 PP 41-45 www.iosrjen.org Enhanced Boosted Trees Technique for Customer Churn Prediction
DATA MINING TECHNIQUES AND APPLICATIONS
DATA MINING TECHNIQUES AND APPLICATIONS Mrs. Bharati M. Ramageri, Lecturer Modern Institute of Information Technology and Research, Department of Computer Application, Yamunanagar, Nigdi Pune, Maharashtra,
Predicting the Risk of Heart Attacks using Neural Network and Decision Tree
Predicting the Risk of Heart Attacks using Neural Network and Decision Tree S.Florence 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, K.Malathi 4 PG Scholar, Indian Institute of Information Technology, Srirangam,
Data Mining Solutions for the Business Environment
Database Systems Journal vol. IV, no. 4/2013 21 Data Mining Solutions for the Business Environment Ruxandra PETRE University of Economic Studies, Bucharest, Romania [email protected] Over
Customer Classification And Prediction Based On Data Mining Technique
Customer Classification And Prediction Based On Data Mining Technique Ms. Neethu Baby 1, Mrs. Priyanka L.T 2 1 M.E CSE, Sri Shakthi Institute of Engineering and Technology, Coimbatore 2 Assistant Professor
Social Media Mining. Data Mining Essentials
Introduction Data production rate has been increased dramatically (Big Data) and we are able store much more data than before E.g., purchase data, social media data, mobile phone data Businesses and customers
DECISION TREE INDUCTION FOR FINANCIAL FRAUD DETECTION USING ENSEMBLE LEARNING TECHNIQUES
DECISION TREE INDUCTION FOR FINANCIAL FRAUD DETECTION USING ENSEMBLE LEARNING TECHNIQUES Vijayalakshmi Mahanra Rao 1, Yashwant Prasad Singh 2 Multimedia University, Cyberjaya, MALAYSIA 1 [email protected]
Evaluations of Data Mining Methods in Order to Provide the Optimum Method for Customer Churn Prediction: Case Study Insurance Industry
2012 International Conference on Information and Computer Applications (ICICA 2012) IPCSIT vol. 24 (2012) (2012) IACSIT Press, Singapore Evaluations of Data Mining Methods in Order to Provide the Optimum
Data Mining - Evaluation of Classifiers
Data Mining - Evaluation of Classifiers Lecturer: JERZY STEFANOWSKI Institute of Computing Sciences Poznan University of Technology Poznan, Poland Lecture 4 SE Master Course 2008/2009 revised for 2010
A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE
A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE Kasra Madadipouya 1 1 Department of Computing and Science, Asia Pacific University of Technology & Innovation ABSTRACT Today, enormous amount of data
Churn Prediction. Vladislav Lazarov. Marius Capota. [email protected]. [email protected]
Churn Prediction Vladislav Lazarov Technische Universität München [email protected] Marius Capota Technische Universität München [email protected] ABSTRACT The rapid growth of the market
STATISTICA. Financial Institutions. Case Study: Credit Scoring. and
Financial Institutions and STATISTICA Case Study: Credit Scoring STATISTICA Solutions for Business Intelligence, Data Mining, Quality Control, and Web-based Analytics Table of Contents INTRODUCTION: WHAT
A Neural Network based Approach for Predicting Customer Churn in Cellular Network Services
A Neural Network based Approach for Predicting Customer Churn in Cellular Network Services Anuj Sharma Information Systems Area Indian Institute of Management, Indore, India Dr. Prabin Kumar Panigrahi
International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 3, May-June 2015
RESEARCH ARTICLE OPEN ACCESS Data Mining Technology for Efficient Network Security Management Ankit Naik [1], S.W. Ahmad [2] Student [1], Assistant Professor [2] Department of Computer Science and Engineering
Implementation of Data Mining Techniques to Perform Market Analysis
Implementation of Data Mining Techniques to Perform Market Analysis B.Sabitha 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, P.Balasubramanian 4 PG Scholar, Indian Institute of Information Technology, Srirangam,
COMP3420: Advanced Databases and Data Mining. Classification and prediction: Introduction and Decision Tree Induction
COMP3420: Advanced Databases and Data Mining Classification and prediction: Introduction and Decision Tree Induction Lecture outline Classification versus prediction Classification A two step process Supervised
TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM
TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM Thanh-Nghi Do College of Information Technology, Cantho University 1 Ly Tu Trong Street, Ninh Kieu District Cantho City, Vietnam
Analyzing Customer Churn in the Software as a Service (SaaS) Industry
Analyzing Customer Churn in the Software as a Service (SaaS) Industry Ben Frank, Radford University Jeff Pittges, Radford University Abstract Predicting customer churn is a classic data mining problem.
EMPIRICAL STUDY ON SELECTION OF TEAM MEMBERS FOR SOFTWARE PROJECTS DATA MINING APPROACH
EMPIRICAL STUDY ON SELECTION OF TEAM MEMBERS FOR SOFTWARE PROJECTS DATA MINING APPROACH SANGITA GUPTA 1, SUMA. V. 2 1 Jain University, Bangalore 2 Dayanada Sagar Institute, Bangalore, India Abstract- One
Dr. U. Devi Prasad Associate Professor Hyderabad Business School GITAM University, Hyderabad Email: [email protected]
96 Business Intelligence Journal January PREDICTION OF CHURN BEHAVIOR OF BANK CUSTOMERS USING DATA MINING TOOLS Dr. U. Devi Prasad Associate Professor Hyderabad Business School GITAM University, Hyderabad
Data Mining Framework for Direct Marketing: A Case Study of Bank Marketing
www.ijcsi.org 198 Data Mining Framework for Direct Marketing: A Case Study of Bank Marketing Lilian Sing oei 1 and Jiayang Wang 2 1 School of Information Science and Engineering, Central South University
Data Mining Part 5. Prediction
Data Mining Part 5. Prediction 5.1 Spring 2010 Instructor: Dr. Masoud Yaghini Outline Classification vs. Numeric Prediction Prediction Process Data Preparation Comparing Prediction Methods References Classification
Data Mining for Knowledge Management. Classification
1 Data Mining for Knowledge Management Classification Themis Palpanas University of Trento http://disi.unitn.eu/~themis Data Mining for Knowledge Management 1 Thanks for slides to: Jiawei Han Eamonn Keogh
ENSEMBLE DECISION TREE CLASSIFIER FOR BREAST CANCER DATA
ENSEMBLE DECISION TREE CLASSIFIER FOR BREAST CANCER DATA D.Lavanya 1 and Dr.K.Usha Rani 2 1 Research Scholar, Department of Computer Science, Sree Padmavathi Mahila Visvavidyalayam, Tirupati, Andhra Pradesh,
An Overview of Knowledge Discovery Database and Data mining Techniques
An Overview of Knowledge Discovery Database and Data mining Techniques Priyadharsini.C 1, Dr. Antony Selvadoss Thanamani 2 M.Phil, Department of Computer Science, NGM College, Pollachi, Coimbatore, Tamilnadu,
Comparison of Data Mining Techniques used for Financial Data Analysis
Comparison of Data Mining Techniques used for Financial Data Analysis Abhijit A. Sawant 1, P. M. Chawan 2 1 Student, 2 Associate Professor, Department of Computer Technology, VJTI, Mumbai, INDIA Abstract
not possible or was possible at a high cost for collecting the data.
Data Mining and Knowledge Discovery Generating knowledge from data Knowledge Discovery Data Mining White Paper Organizations collect a vast amount of data in the process of carrying out their day-to-day
Data Mining Classification: Decision Trees
Data Mining Classification: Decision Trees Classification Decision Trees: what they are and how they work Hunt s (TDIDT) algorithm How to select the best split How to handle Inconsistent data Continuous
Index Contents Page No. Introduction . Data Mining & Knowledge Discovery
Index Contents Page No. 1. Introduction 1 1.1 Related Research 2 1.2 Objective of Research Work 3 1.3 Why Data Mining is Important 3 1.4 Research Methodology 4 1.5 Research Hypothesis 4 1.6 Scope 5 2.
How To Make A Credit Risk Model For A Bank Account
TRANSACTIONAL DATA MINING AT LLOYDS BANKING GROUP Csaba Főző [email protected] 15 October 2015 CONTENTS Introduction 04 Random Forest Methodology 06 Transactional Data Mining Project 17 Conclusions
Use of Data Mining in Banking
Use of Data Mining in Banking Kazi Imran Moin*, Dr. Qazi Baseer Ahmed** *(Department of Computer Science, College of Computer Science & Information Technology, Latur, (M.S), India ** (Department of Commerce
DORMANCY PREDICTION MODEL IN A PREPAID PREDOMINANT MOBILE MARKET : A CUSTOMER VALUE MANAGEMENT APPROACH
DORMANCY PREDICTION MODEL IN A PREPAID PREDOMINANT MOBILE MARKET : A CUSTOMER VALUE MANAGEMENT APPROACH Adeolu O. Dairo and Temitope Akinwumi Customer Value Management Department, Segments and Strategy
How To Solve The Kd Cup 2010 Challenge
A Lightweight Solution to the Educational Data Mining Challenge Kun Liu Yan Xing Faculty of Automation Guangdong University of Technology Guangzhou, 510090, China [email protected] [email protected]
EFFICIENT DATA PRE-PROCESSING FOR DATA MINING
EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College
Data Mining Techniques and its Applications in Banking Sector
Data Mining Techniques and its Applications in Banking Sector Dr. K. Chitra 1, B. Subashini 2 1 Assistant Professor, Department of Computer Science, Government Arts College, Melur, Madurai. 2 Assistant
Potential Value of Data Mining for Customer Relationship Marketing in the Banking Industry
Advances in Natural and Applied Sciences, 3(1): 73-78, 2009 ISSN 1995-0772 2009, American Eurasian Network for Scientific Information This is a refereed journal and all articles are professionally screened
Random forest algorithm in big data environment
Random forest algorithm in big data environment Yingchun Liu * School of Economics and Management, Beihang University, Beijing 100191, China Received 1 September 2014, www.cmnt.lv Abstract Random forest
Data Mining Practical Machine Learning Tools and Techniques
Ensemble learning Data Mining Practical Machine Learning Tools and Techniques Slides for Chapter 8 of Data Mining by I. H. Witten, E. Frank and M. A. Hall Combining multiple models Bagging The basic idea
A New Approach for Evaluation of Data Mining Techniques
181 A New Approach for Evaluation of Data Mining s Moawia Elfaki Yahia 1, Murtada El-mukashfi El-taher 2 1 College of Computer Science and IT King Faisal University Saudi Arabia, Alhasa 31982 2 Faculty
ON INTEGRATING UNSUPERVISED AND SUPERVISED CLASSIFICATION FOR CREDIT RISK EVALUATION
ISSN 9 X INFORMATION TECHNOLOGY AND CONTROL, 00, Vol., No.A ON INTEGRATING UNSUPERVISED AND SUPERVISED CLASSIFICATION FOR CREDIT RISK EVALUATION Danuta Zakrzewska Institute of Computer Science, Technical
International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014
RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer
Using Data Mining for Mobile Communication Clustering and Characterization
Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer
Classification algorithm in Data mining: An Overview
Classification algorithm in Data mining: An Overview S.Neelamegam #1, Dr.E.Ramaraj *2 #1 M.phil Scholar, Department of Computer Science and Engineering, Alagappa University, Karaikudi. *2 Professor, Department
Role of Social Networking in Marketing using Data Mining
Role of Social Networking in Marketing using Data Mining Mrs. Saroj Junghare Astt. Professor, Department of Computer Science and Application St. Aloysius College, Jabalpur, Madhya Pradesh, India Abstract:
Expert Systems with Applications
Expert Systems with Applications 36 (2009) 5445 5449 Contents lists available at ScienceDirect Expert Systems with Applications journal homepage: www.elsevier.com/locate/eswa Customer churn prediction
Performance Analysis of Naive Bayes and J48 Classification Algorithm for Data Classification
Performance Analysis of Naive Bayes and J48 Classification Algorithm for Data Classification Tina R. Patil, Mrs. S. S. Sherekar Sant Gadgebaba Amravati University, Amravati [email protected], [email protected]
International Journal of Advance Research in Computer Science and Management Studies
Volume 2, Issue 12, December 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online
Data Mining. 1 Introduction 2 Data Mining methods. Alfred Holl Data Mining 1
Data Mining 1 Introduction 2 Data Mining methods Alfred Holl Data Mining 1 1 Introduction 1.1 Motivation 1.2 Goals and problems 1.3 Definitions 1.4 Roots 1.5 Data Mining process 1.6 Epistemological constraints
Sanjeev Kumar. contribute
RESEARCH ISSUES IN DATAA MINING Sanjeev Kumar I.A.S.R.I., Library Avenue, Pusa, New Delhi-110012 [email protected] 1. Introduction The field of data mining and knowledgee discovery is emerging as a
Predictive Data modeling for health care: Comparative performance study of different prediction models
Predictive Data modeling for health care: Comparative performance study of different prediction models Shivanand Hiremath [email protected] National Institute of Industrial Engineering (NITIE) Vihar
An Introduction to Data Mining
An Introduction to Intel Beijing [email protected] January 17, 2014 Outline 1 DW Overview What is Notable Application of Conference, Software and Applications Major Process in 2 Major Tasks in Detail
ISSN: 2321-7782 (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies
ISSN: 2321-7782 (Online) Volume 3, Issue 4, April 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online
Learning Example. Machine learning and our focus. Another Example. An example: data (loan application) The data and the goal
Learning Example Chapter 18: Learning from Examples 22c:145 An emergency room in a hospital measures 17 variables (e.g., blood pressure, age, etc) of newly admitted patients. A decision is needed: whether
How To Identify A Churner
2012 45th Hawaii International Conference on System Sciences A New Ensemble Model for Efficient Churn Prediction in Mobile Telecommunication Namhyoung Kim, Jaewook Lee Department of Industrial and Management
Chapter 12 Discovering New Knowledge Data Mining
Chapter 12 Discovering New Knowledge Data Mining Becerra-Fernandez, et al. -- Knowledge Management 1/e -- 2004 Prentice Hall Additional material 2007 Dekai Wu Chapter Objectives Introduce the student to
Keywords data mining, prediction techniques, decision making.
Volume 5, Issue 4, April 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analysis of Datamining
BOOSTING - A METHOD FOR IMPROVING THE ACCURACY OF PREDICTIVE MODEL
The Fifth International Conference on e-learning (elearning-2014), 22-23 September 2014, Belgrade, Serbia BOOSTING - A METHOD FOR IMPROVING THE ACCURACY OF PREDICTIVE MODEL SNJEŽANA MILINKOVIĆ University
AUTO CLAIM FRAUD DETECTION USING MULTI CLASSIFIER SYSTEM
AUTO CLAIM FRAUD DETECTION USING MULTI CLASSIFIER SYSTEM ABSTRACT Luis Alexandre Rodrigues and Nizam Omar Department of Electrical Engineering, Mackenzie Presbiterian University, Brazil, São Paulo [email protected],[email protected]
An Introduction to Data Mining. Big Data World. Related Fields and Disciplines. What is Data Mining? 2/12/2015
An Introduction to Data Mining for Wind Power Management Spring 2015 Big Data World Every minute: Google receives over 4 million search queries Facebook users share almost 2.5 million pieces of content
Data Mining. Nonlinear Classification
Data Mining Unit # 6 Sajjad Haider Fall 2014 1 Nonlinear Classification Classes may not be separable by a linear boundary Suppose we randomly generate a data set as follows: X has range between 0 to 15
Data Mining as a tool to Predict the Churn Behaviour among Indian bank customers
Data Mining as a tool to Predict the Churn Behaviour among Indian bank customers Manjit Kaur Department of Computer Science Punjabi University Patiala, India [email protected] Dr. Kawaljeet Singh University
Data Mining Project Report. Document Clustering. Meryem Uzun-Per
Data Mining Project Report Document Clustering Meryem Uzun-Per 504112506 Table of Content Table of Content... 2 1. Project Definition... 3 2. Literature Survey... 3 3. Methods... 4 3.1. K-means algorithm...
Performance Analysis of Decision Trees
Performance Analysis of Decision Trees Manpreet Singh Department of Information Technology, Guru Nanak Dev Engineering College, Ludhiana, Punjab, India Sonam Sharma CBS Group of Institutions, New Delhi,India
ANALYSIS OF FEATURE SELECTION WITH CLASSFICATION: BREAST CANCER DATASETS
ANALYSIS OF FEATURE SELECTION WITH CLASSFICATION: BREAST CANCER DATASETS Abstract D.Lavanya * Department of Computer Science, Sri Padmavathi Mahila University Tirupati, Andhra Pradesh, 517501, India [email protected]
EFFICIENCY OF DECISION TREES IN PREDICTING STUDENT S ACADEMIC PERFORMANCE
EFFICIENCY OF DECISION TREES IN PREDICTING STUDENT S ACADEMIC PERFORMANCE S. Anupama Kumar 1 and Dr. Vijayalakshmi M.N 2 1 Research Scholar, PRIST University, 1 Assistant Professor, Dept of M.C.A. 2 Associate
Keywords Data mining, Classification Algorithm, Decision tree, J48, Random forest, Random tree, LMT, WEKA 3.7. Fig.1. Data mining techniques.
International Journal of Emerging Research in Management &Technology Research Article October 2015 Comparative Study of Various Decision Tree Classification Algorithm Using WEKA Purva Sewaiwar, Kamal Kant
Numerical Algorithms Group
Title: Summary: Using the Component Approach to Craft Customized Data Mining Solutions One definition of data mining is the non-trivial extraction of implicit, previously unknown and potentially useful
Data Mining Techniques Chapter 6: Decision Trees
Data Mining Techniques Chapter 6: Decision Trees What is a classification decision tree?.......................................... 2 Visualizing decision trees...................................................
Web Document Clustering
Web Document Clustering Lab Project based on the MDL clustering suite http://www.cs.ccsu.edu/~markov/mdlclustering/ Zdravko Markov Computer Science Department Central Connecticut State University New Britain,
DATA MINING USING INTEGRATION OF CLUSTERING AND DECISION TREE
DATA MINING USING INTEGRATION OF CLUSTERING AND DECISION TREE 1 K.Murugan, 2 P.Varalakshmi, 3 R.Nandha Kumar, 4 S.Boobalan 1 Teaching Fellow, Department of Computer Technology, Anna University 2 Assistant
How Organisations Are Using Data Mining Techniques To Gain a Competitive Advantage John Spooner SAS UK
How Organisations Are Using Data Mining Techniques To Gain a Competitive Advantage John Spooner SAS UK Agenda Analytics why now? The process around data and text mining Case Studies The Value of Information
Quality Control of National Genetic Evaluation Results Using Data-Mining Techniques; A Progress Report
Quality Control of National Genetic Evaluation Results Using Data-Mining Techniques; A Progress Report G. Banos 1, P.A. Mitkas 2, Z. Abas 3, A.L. Symeonidis 2, G. Milis 2 and U. Emanuelson 4 1 Faculty
A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS
A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS Mrs. Jyoti Nawade 1, Dr. Balaji D 2, Mr. Pravin Nawade 3 1 Lecturer, JSPM S Bhivrabai Sawant Polytechnic, Pune (India) 2 Assistant
A Study of Detecting Credit Card Delinquencies with Data Mining using Decision Tree Model
A Study of Detecting Credit Card Delinquencies with Data Mining using Decision Tree Model ABSTRACT Mrs. Arpana Bharani* Mrs. Mohini Rao** Consumer credit is one of the necessary processes but lending bears
Mining Life Insurance Data for Customer Attrition Analysis
Mining Life Insurance Data for Customer Attrition Analysis T. L. Oshini Goonetilleke Informatics Institute of Technology/Department of Computing, Colombo, Sri Lanka Email: [email protected] H. A. Caldera
A Study Of Bagging And Boosting Approaches To Develop Meta-Classifier
A Study Of Bagging And Boosting Approaches To Develop Meta-Classifier G.T. Prasanna Kumari Associate Professor, Dept of Computer Science and Engineering, Gokula Krishna College of Engg, Sullurpet-524121,
Leveraging Ensemble Models in SAS Enterprise Miner
ABSTRACT Paper SAS133-2014 Leveraging Ensemble Models in SAS Enterprise Miner Miguel Maldonado, Jared Dean, Wendy Czika, and Susan Haller SAS Institute Inc. Ensemble models combine two or more models to
Data Mining Algorithms Part 1. Dejan Sarka
Data Mining Algorithms Part 1 Dejan Sarka Join the conversation on Twitter: @DevWeek #DW2015 Instructor Bio Dejan Sarka ([email protected]) 30 years of experience SQL Server MVP, MCT, 13 books 7+ courses
Data Mining Algorithms and Techniques Research in CRM Systems
Data Mining Algorithms and Techniques Research in CRM Systems ADELA TUDOR, ADELA BARA, IULIANA BOTHA The Bucharest Academy of Economic Studies Bucharest ROMANIA {Adela_Lungu}@yahoo.com {Bara.Adela, Iuliana.Botha}@ie.ase.ro
HYBRID PROBABILITY BASED ENSEMBLES FOR BANKRUPTCY PREDICTION
HYBRID PROBABILITY BASED ENSEMBLES FOR BANKRUPTCY PREDICTION Chihli Hung 1, Jing Hong Chen 2, Stefan Wermter 3, 1,2 Department of Management Information Systems, Chung Yuan Christian University, Taiwan
Keywords Data Mining, Knowledge Discovery, Direct Marketing, Classification Techniques, Customer Relationship Management
Volume 4, Issue 6, June 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Simplified Data
Data Mining Techniques
15.564 Information Technology I Business Intelligence Outline Operational vs. Decision Support Systems What is Data Mining? Overview of Data Mining Techniques Overview of Data Mining Process Data Warehouses
Rule based Classification of BSE Stock Data with Data Mining
International Journal of Information Sciences and Application. ISSN 0974-2255 Volume 4, Number 1 (2012), pp. 1-9 International Research Publication House http://www.irphouse.com Rule based Classification
How To Use Neural Networks In Data Mining
International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and
Ensemble of Decision Tree Classifiers for Mining Web Data Streams
Ensemble of Decision Tree Classifiers for Mining Web Data Streams Fauzia Yasmeen Tani Department of CSE Jahangirnagar University Dhaka-1342, Bangladesh Dewan Md. Farid Department of CSE Jahangirnagar University
Knowledge Discovery and Data Mining
Knowledge Discovery and Data Mining Unit # 11 Sajjad Haider Fall 2013 1 Supervised Learning Process Data Collection/Preparation Data Cleaning Discretization Supervised/Unuspervised Identification of right
PREDICTING STUDENTS PERFORMANCE USING ID3 AND C4.5 CLASSIFICATION ALGORITHMS
PREDICTING STUDENTS PERFORMANCE USING ID3 AND C4.5 CLASSIFICATION ALGORITHMS Kalpesh Adhatrao, Aditya Gaykar, Amiraj Dhawan, Rohit Jha and Vipul Honrao ABSTRACT Department of Computer Engineering, Fr.
Data mining and statistical models in marketing campaigns of BT Retail
Data mining and statistical models in marketing campaigns of BT Retail Francesco Vivarelli and Martyn Johnson Database Exploitation, Segmentation and Targeting group BT Retail Pp501 Holborn centre 120
Feature vs. Classifier Fusion for Predictive Data Mining a Case Study in Pesticide Classification
Feature vs. Classifier Fusion for Predictive Data Mining a Case Study in Pesticide Classification Henrik Boström School of Humanities and Informatics University of Skövde P.O. Box 408, SE-541 28 Skövde
Predicting required bandwidth for educational institutes using prediction techniques in data mining (Case Study: Qom Payame Noor University)
260 IJCSNS International Journal of Computer Science and Network Security, VOL.11 No.6, June 2011 Predicting required bandwidth for educational institutes using prediction techniques in data mining (Case
CHURN PREDICTION IN MOBILE TELECOM SYSTEM USING DATA MINING TECHNIQUES
International Journal of Scientific and Research Publications, Volume 4, Issue 4, April 2014 1 CHURN PREDICTION IN MOBILE TELECOM SYSTEM USING DATA MINING TECHNIQUES DR. M.BALASUBRAMANIAN *, M.SELVARANI
FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS
FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS Breno C. Costa, Bruno. L. A. Alberto, André M. Portela, W. Maduro, Esdras O. Eler PDITec, Belo Horizonte,
A Framework for Dynamic Faculty Support System to Analyze Student Course Data
A Framework for Dynamic Faculty Support System to Analyze Student Course Data J. Shana 1, T. Venkatachalam 2 1 Department of MCA, Coimbatore Institute of Technology, Affiliated to Anna University of Chennai,
Email Spam Detection Using Customized SimHash Function
International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 1, Issue 8, December 2014, PP 35-40 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org Email
BIDM Project. Predicting the contract type for IT/ITES outsourcing contracts
BIDM Project Predicting the contract type for IT/ITES outsourcing contracts N a n d i n i G o v i n d a r a j a n ( 6 1 2 1 0 5 5 6 ) The authors believe that data modelling can be used to predict if an
