You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fit_predict shortcut function combining fit and predict
score(*args, **kwargs) -> float (determine the type of metric via metric: Union[str, Callable], default setting saved in class attr. Abstract class per type of tasks?)
fit(*args, **kwargs) -> None
predict(*args, **kwargs) -> Union[np.ndarray, torch.Tensor, other?]
fit_predict
shortcut function combiningfit
andpredict
score(*args, **kwargs) -> float
(determine the type of metric viametric: Union[str, Callable]
, default setting saved in class attr. Abstract class per type of tasks?)__repr__
(show model metadata and info)TODOs
BaseMethod
abstraction and refactor models #163, upload missing file #164)The text was updated successfully, but these errors were encountered: