ggml_ot.pl.table

Contents

ggml_ot.pl.table#

ggml_ot.pl.table(df, *, style_performance=False, print_latex=False, title='', save=None)[source]#

Display a DataFrame of evaluation metrics as a formatted table.

Parameters:
df pandas.DataFrame

Data to display.

style_performance bool, default False

Highlight the best-performing row in the table.

print_latex bool, default False

Print a LaTeX representation of the table.

title str, default ""

Caption for the styled table.

save str, bool, or None, default None

True renders the table as a PDF to settings.figdir/table.<figformat>; a str overrides the filename. None/False skips saving.