Skip to content

Commit 87c93b0

Browse files
authored
Update README.md
1 parent a8c2672 commit 87c93b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ I have given complete theoritical stepwise explanation of computing decision tre
4545
1. Method 1: Print Text Representation
4646

4747
<p align="center">
48-
<img src="output_DecisionTree/iris_DecisionTree_textRep.png" width="700"/>
48+
<img src="output_DecisionTree/iris_DecisionTree_textRep.png" width="300"/>
4949
</p>
5050

5151
2. Method 2: Plot Tree with plot_tree
5252

5353
<p align="center">
54-
<img src="output_DecisionTree/iris_DecisionTree_plotTree.png" width="300"/>
54+
<img src="output_DecisionTree/iris_DecisionTree_plotTree.png" width="1000"/>
5555
</p>
5656

5757
3. Method 3: Plot Decision Tree with graphviz
5858

5959
<p align="center">
60-
<img src="output_DecisionTree/iris_DecisionTree_graphivz2.png" width="1000"/>
60+
<img src="output_DecisionTree/iris_DecisionTree_graphivz2.png" width="700"/>
6161
</p>
6262

6363
4. Method 4: Plot Decision Tree with dtreeviz Package

0 commit comments

Comments
 (0)