Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 981 Bytes

File metadata and controls

32 lines (17 loc) · 981 Bytes

Iris Classification Decision Tree

Overview

  • Language: Python v3.9.15
  • Package: Scikit-Learn
  • Model: Decision Tree
  • Loss Function: Cross Entropy
  • Max Depth: 5, Min Samples Leaf: 3

Data Distribution

image

image

Tree Plot

image

Correlation Matrix

image

Confusion Matrix - Accuracy Rate 96.67%

image