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.utils.typing.JuEstimatorLike#

class julearn.utils.typing.JuEstimatorLike(*args, **kwargs)#
__init__(*args, **kwargs)#
get_needed_types()#
get_apply_to()#
fit(X, y, **kwargs)#
get_params(deep=True)#
set_params(**params)#