Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 293 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 293 Bytes

DecisionTreeClassifier

  • A decision tree based on the C4.5 algorithm.
  • Works on a wine dataset from https://archive.ics.uci.edu/ml/datasets/Wine+Quality
  • Classifies based on wine quality in binary. 0-6 is "0" and above 7 is "1"
  • Attributes are split based on normalized information gain