Update README.md
Browse files
README.md
CHANGED
|
@@ -122,6 +122,7 @@ div.sk-label-container:hover .sk-estimator-doc-link.fitted:hover,
|
|
| 122 |
## Evaluation Results
|
| 123 |
|
| 124 |
plt.figure(figsize=(15,20))
|
|
|
|
| 125 |
tree.plot_tree(dt, rounded =True, class_names = ['0','1'],
|
| 126 |
proportion=True, filled =True, impurity=False,fontsize=10);
|
| 127 |
|
|
|
|
| 122 |
## Evaluation Results
|
| 123 |
|
| 124 |
plt.figure(figsize=(15,20))
|
| 125 |
+
|
| 126 |
tree.plot_tree(dt, rounded =True, class_names = ['0','1'],
|
| 127 |
proportion=True, filled =True, impurity=False,fontsize=10);
|
| 128 |
|