Skip to content
Snippets Groups Projects
Unverified Commit f51c343e authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Create reversed copy of confusion_matrix argument

parent a93287bf
No related branches found
No related tags found
1 merge request!46Resolve "confusion_matrix reverses variable list"
Pipeline #12587 passed
......@@ -441,7 +441,7 @@ def confusion_matrix(df, x_processes, y_processes, x_label, y_label,
elif axes is None:
axes = figure.subplots()
y_processes.reverse()
y_processes = y_processes[::-1]
if normalize_rows:
# Swap processes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment