EduardoPacheco commited on
Commit
7f3c0a8
1 Parent(s): 89da9e7

Making plot look nicer

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -54,7 +54,7 @@ def plot_roc(X: np.ndarray, y:np.array, models: tuple[str, ClassifierMixin]):
54
  title="Model ROC Curve Comparison",
55
  xaxis_title='False Positive Rate',
56
  yaxis_title='True Positive Rate',
57
- width=1000, height=600
58
  )
59
 
60
  return fig
 
54
  title="Model ROC Curve Comparison",
55
  xaxis_title='False Positive Rate',
56
  yaxis_title='True Positive Rate',
57
+ height=600
58
  )
59
 
60
  return fig