Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modAL-python/modAL
/ fit
Method
fit
modAL/models/base.py:126–127 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
124
125
@abc.abstractmethod
126
def
fit(self, *args, **kwargs) -> None:
127
pass
128
129
def
predict(self, X: modALinput, **predict_kwargs) -> Any:
130
""
"
Callers
3
expected_error_reduction
Function · 0.45
_fit_on_new
Method · 0.45
fit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected