Skip to content

Commit 79d6653

Browse files
authored
Update README.md
1 parent 30e895a commit 79d6653

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

‎README.md‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
11
# P36.-Supervised-ML---Decision-Tree---C5.0-Entropy-Iris-Flower-
2+
# Using Entropy Criteria - Classification Model
3+
4+
Import Libraries and data set
5+
6+
EDA
7+
8+
Apply Label Encoding
9+
10+
## Model Building - Building/Training Decision Tree Classifier (C5.0) using Entropy Criteria
11+
12+
Splitting data into training and testing dataset
13+
14+
C5.0 Entropy - Training the Model
15+
16+
C5.0 Entropy - Trained Model Accuracy
17+
18+
Plot the decision tree
19+
20+
Better visualization of Decision Tree
21+
22+
## Validation & Testing Decision Tree Classifier (C5.0) Model¶
23+
24+
Predicting on test data
25+
26+
Getting the 2 way table to understand the correct and wrong predictions
27+
28+
C5.0 Entropy - Test Model Accuracy

0 commit comments

Comments
 (0)