Update README.md
Browse files
README.md
CHANGED
|
@@ -141,6 +141,8 @@ plt.figure(figsize=(15,20))
|
|
| 141 |
tree.plot_tree(dt, rounded =True, class_names = ['0','1'],
|
| 142 |
proportion=True, filled =True, impurity=False,fontsize=10);
|
| 143 |
|
|
|
|
|
|
|
| 144 |
# Model Card Authors
|
| 145 |
|
| 146 |
Anthony Martinez
|
|
|
|
| 141 |
tree.plot_tree(dt, rounded =True, class_names = ['0','1'],
|
| 142 |
proportion=True, filled =True, impurity=False,fontsize=10);
|
| 143 |
|
| 144 |
+

|
| 145 |
+
|
| 146 |
# Model Card Authors
|
| 147 |
|
| 148 |
Anthony Martinez
|