MCPcopy 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_reductionFunction · 0.45
_fit_on_newMethod · 0.45
fitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected