last one
This commit is contained in:
parent
2c653f3870
commit
b5353e1add
@ -69,7 +69,7 @@ def print_metrics(test_labels, predictions):
|
||||
|
||||
|
||||
def draw_plot():
|
||||
metrics = pd.read_csv('metrics_new.csv', delimiter=',', header=None)
|
||||
metrics = pd.read_csv('metrics.csv', delimiter=',', header=None)
|
||||
build_axis = metrics[0][:]
|
||||
plt.xlabel('Build')
|
||||
plt.ylabel('Score')
|
||||
|
Loading…
Reference in New Issue
Block a user