anthonymartinez1 commited on
Commit
20617c8
·
verified ·
1 Parent(s): 9a00f28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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