fix
This commit is contained in:
parent
eab44fadf4
commit
c5565d64fd
@ -44,6 +44,7 @@ def generate_and_save_comparison(abs_path):
|
||||
evaluation_file_path = os.path.join(abs_path, 'neural_network_evaluation.csv')
|
||||
df = pd.read_csv(evaluation_file_path, sep=',', header=None,
|
||||
names=['build_number', 'Accuracy', 'Loss', 'Precision', 'Recall', 'F1'])
|
||||
df = df[df.build_number != 0]
|
||||
fig = plt.figure(figsize=(16 * .6, 9 * .6))
|
||||
ax = fig.add_subplot(111)
|
||||
ax.set_title('Evaluation')
|
||||
|
Loading…
Reference in New Issue
Block a user