anthonymartinez1 commited on
Commit
2a9f655
·
verified ·
1 Parent(s): 5f7e940

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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
+ ![Decision Tree](decision_tree.png)
145
+
146
  # Model Card Authors
147
 
148
  Anthony Martinez