Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ _predict
Method
_predict
mla/base/base.py:62–63 ·
view source on GitHub ↗
(self, X=None)
Source
from the content-addressed store, hash-verified
60
raise
ValueError(
"You must call `fit` before `predict`"
)
61
62
def
_predict(self, X=None):
63
raise
NotImplementedError()
Callers
1
predict
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected