application of decision tree: bankruptcy prediction 2004/05/07

12
Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Upload: jazlyn-dunnaway

Post on 16-Dec-2015

224 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Application of Decision Tree: Bankruptcy Prediction

2004/05/07

Page 2: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Outline

• The prediction of bankruptcy • Model development

– Problem analysis– Feature selection– Data collection– Model building– Model evaluation

• Other applications

Page 3: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

The prediction of bankruptcy

• Corporate bankruptcy brings with it losses to management, stockholders, employees, customers, and others.=>develop prediction models

• An unprecedented number of corporations are filing for bankruptcy in Korea during 1997 to 1998.

Page 4: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Model development (Problem analysis)

• Developing model, which– Predicts bankruptcy

– Generates understandable rules,

– Without much computation,

– Handles both continuous and categorical variables,

– Provides an indication of important variables.

=>Decision Tree

Page 5: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Model development(Feature selection)

Page 6: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Model development(Feature selection)

Page 7: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Model development(Data collection)

• Bankrupt firms were referred to as an act of filing a petition for bankruptcy reported by the KSE.

• 75 firms were identified.• After removing small firms and noise data, 29 ban

krupt firms remained.• 49 nonbankrupt were selected under certain criteri

a.• All financial data collected were gathered from the

KSE.

Page 8: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Model development(Model building)

• Decision tree induction approaches construct a decision tree using a training data set, where the tree is a simple recursive structure for representing a decision procedure in which a new case is assigned to one of the predefined classes. A nonterminal node in the tree represents a decision attribute value test, and a terminal node denotes a decision class.

Page 9: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Model development(Model building)

Page 10: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Model development(Model evaluation)

• Cross-validation approach– Divide whole data sets as training set and test set.

– Using training set to build model

– Using test set to evaluate model

• Jackknife approach– For n cases, using n-1 cases to build mode and using 1

case to evaluate model

Page 11: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Model development(Model evaluation)

Page 12: Application of Decision Tree: Bankruptcy Prediction 2004/05/07

Other application

• Widely applying on decision support problems, such as: – Information retrieval

• Ex. Text classification

– Business/Management• Ex. Credit prediction

– Healthcare/Biology• Ex. Health care fraud and abuse detection

– Computer science• Ex. Intrusion detection