Adjusted the histogram scale of the x axis to automatically adjust for varying...
Adjusted the histogram scale of the x axis to automatically adjust for varying scales across dev & eval
Updated fixed index for histogram x-limit fix
Merge request reports
Activity
- Resolved by Alex UNNERVIK
@aunnervik sometimes there is no eval data. Have you considered that? I think there is a better way of handling this.
like the sharex option in https://matplotlib.org/3.2.0/api/_as_gen/matplotlib.pyplot.subplots.html
added 1 commit
- 5850b304 - Patched an issue in previous fix when only dev results were provided and not eval set results too
@tiago.pereira @aunnervik and I have been working on this. I think he closed it by mistake.
assigned to @amohammadi
added 1 commit
- becaea8e - Used shared x-axis to fix the automatic scaling of x-axis across diagrams of the same system
In this archive are a set of scores which can be used to generate comparison plots, which are also provided.
If you intend on using the script to generate the comparison plots yourself, please update the path to the modified version of bob which contains the improvements proposed in this merge request, to be able to accurately compare the versions of the files.
The file names are automatically generated and can be used to keep track of which pairs of files are to be compared together.
You can appreciate the modifications contained in this merge request below.
In the below chart, we can see that for the left system, the x axes aren't aligned, making comparison a little delicate. This is particularly visible for the EER threshold which isn't vertically aligned.
Here we can see that the alignment has now been fixed. We are also demonstrating that the alignment of the x axis is only intended for plots of the same system and isn't impacting the multiple plots depicted here.
Here's another example where it's clear that the x axis shifts significantly between the dev and eval scores of the first system.
Here we demonstrate that the vertical alignment thanks to the shared x-axis is solved. It also doesn't impact the second system depicted below, even though they are below each other.
Edited by Alex UNNERVIK- Resolved by Alex UNNERVIK
@aunnervik bear with me here :) could you please also run black on this file only?
added 1 commit
- 9e50ed65 - Performed code formatting on figure.py using BLACK
added 1 commit
- 9af4a3f5 - Apply suggestion to bob/measure/script/figure.py
enabled an automatic merge when the pipeline for 9af4a3f5 succeeds