mlresearch.latex.format_table

mlresearch.latex.format_table(table, indices=None, columns=None, drop_missing=True)[source]

Sort and rename rows and columns. Mostly used to set results from experiments in the intended order.

Returns:
formatted_tablepd.DataFrame

Formatted dataframe.