Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modAL-python/modAL
/ predict
Method
predict
tests/mock.py:35–39 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
33
pass
34
35
def
predict(self, *args, **kwargs):
36
if
not self.fitted:
37
raise
NotFittedError
38
39
return
self.predict_return
40
41
def
predict_proba(self, *args, **kwargs):
42
if
not self.fitted:
Callers
11
test_predict
Method · 0.45
test_sklearn
Method · 0.45
GP_regression_std
Function · 0.45
active_regression.py
File · 0.45
ensemble_regression.py
File · 0.45
query_by_committee.py
File · 0.45
bayesian_optimization.py
File · 0.45
pool-based_sampling.py
File · 0.45
bagging.py
File · 0.45
assign_pseudo_labels
Function · 0.45
ranked_batch_mode.py
File · 0.45
Calls
no outgoing calls
Tested by
2
test_predict
Method · 0.36
test_sklearn
Method · 0.36