There was an error while loading. Please reload this page.
1 parent 30e895a commit 79d6653Copy full SHA for 79d6653
README.md
@@ -1 +1,28 @@
1
# 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