Display#

class skore.Display(*args, **kwargs)[source]#

Protocol specifying the common API for all skore displays.

frame(**kwargs)[source]#

Get the data used to create the display.

Returns:
DataFrame

A DataFrame containing the data used to create the display.

plot(**kwargs)[source]#

Display a matplotlib figure containing the information of the display.

set_style(**kwargs)[source]#

Set the style of the display.