This is documentation for an old release of Scikit-learn (version 1.3). Try the latest stable release (version 1.6) or development (unstable) versions.

sklearn.utils.discovery.all_displays

sklearn.utils.discovery.all_displays()[source]

Get a list of all displays from sklearn.

Returns:
displayslist of tuples

List of (name, class), where name is the display class name as string and class is the actual type of the class.