File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ I have given complete theoritical stepwise explanation of computing decision tre
45
45
1 . Method 1: Print Text Representation
46
46
47
47
<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 " />
49
49
</p >
50
50
51
51
2 . Method 2: Plot Tree with plot_tree
52
52
53
53
<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 " />
55
55
</p >
56
56
57
57
3 . Method 3: Plot Decision Tree with graphviz
58
58
59
59
<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 " />
61
61
</p >
62
62
63
63
4 . Method 4: Plot Decision Tree with dtreeviz Package
You can’t perform that action at this time.
0 commit comments