Decision tree classifier for credit dataset using ID3,C4.5 and CBDSDT
pip install pandas
pip install plotly
pip install graphviz
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