Visualizations#
Helper functions to visualize the results of the challenges.
Boxplot#
|
Create a boxplot for a single metric. |
|
Create a boxplot using matplotlib from the CV results. |
|
Create a boxplot using bokeh from the CV results. |
Helper Functions#
|
Create a grouper function that groups labels by the data label at the given level. |
Residual Plot#
|
Plot a residual (similar to Blant-Altman) plot to visualize the error dependency. |
|
Create a residual plot using matplotlib. |
|
Create a residual plot using bokeh. |
Utils#
|
Replace the legend labels in a matplotlib plot. |