Display#

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

Protocol specifying the common API for all skore displays.

Note

This class is a Python protocol and it is not intended to be inherited from.

frame(**kwargs)[source]#

Get the data used to create the display.

Returns:
DataFrame

A DataFrame containing the data used to create the display.

help()[source]#

Display available attributes and methods using rich.

plot(**kwargs)[source]#

Display a figure containing the information of the display.

set_style(**kwargs)[source]#

Set the style of the display.