Skip to content

Decision tree classifier for credit dataset using ID3,C4.5 and CBDSDT

Notifications You must be signed in to change notification settings

monicagangwar/decisionTree

Repository files navigation

decisionTree

Decision tree classifier for credit dataset using ID3,C4.5 and CBDSDT

Install dependencies as:

  1. pip install pandas
  2. pip install plotly
  3. pip install graphviz

Usage:

Creates decision tree using different dtree algos such as ID3,C4.5 and CBDSDT(Cost Benefit Dual Sensetive Decision Tree). Also, compares these algorithms. Run as: python dtree.py Decision trees are stored in folder dtree

Decision Tree:

C4.5 on Creditor's database alt text

ID3 on Creditor's database alt text

CBDSDT on Creditor's database alt text

Comparison Graphs

accuracy
misclassification cost
correct classification cost

About

Decision tree classifier for credit dataset using ID3,C4.5 and CBDSDT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published