Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the What you really need to know section for the big picture.

julearn.inspect.Inspector#

class julearn.inspect.Inspector(scores, model=None, X=None, y=None, groups=None, cv=None)#
__init__(scores, model=None, X=None, y=None, groups=None, cv=None)#
property model#
property folds#

Examples using julearn.inspect.Inspector#

Inspecting the fold-wise predictions

Inspecting the fold-wise predictions

Inspecting Models

Inspecting Models