uqlm.utils.plots.plot_filtered_accuracy#

uqlm.utils.plots.plot_filtered_accuracy(uq_result, correct_indicators, scorers_names=None, write_path=None, title='LLM Accuracy by Confidence Score Threshold', fontsize=10, fontname=None)#

Plot the filtered accuracy for the given scorers.

uq_resultUQResult

The UQResult object to plot

correct_indicatorsArrayLike

The correct indicators of the responses

scorers_namesList[str], default=None

The names of the scorers to plot

write_pathOptional[str], default=None

The path to save the plot

titlestr, default=”LLM Accuracy by Confidence Score Threshold”

The title of the plot

fontsizeint, default=10

The font size of the plot

fontnamestr, default=None

The font name of the plot

Return type:

None