mlresearch.latex.make_mean_sem_table¶
- mlresearch.latex.make_mean_sem_table(mean_vals, sem_vals=None, make_bold=False, maximum=True, threshold=None, decimals=2, axis=1)[source]¶
Generate table with rounded decimals, bold maximum/minimum values or values above/below a given threshold, and combine mean and sem values.
- Returns:
- scorespd.DataFrame
Dataframe with the specified formatting.