Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rushter/MLAlgorithms
/ predict
Method
predict
mla/fm.py:88–90 ·
view source on GitHub ↗
(self, X=None)
Source
from the content-addressed store, hash-verified
86
self.loss_grad = elementwise_grad(binary_crossentropy)
87
88
def
predict(self, X=None):
89
predictions = self._predict(X)
90
return
np.sign(predictions)
Callers
15
_initialize
Method · 0.45
plot
Method · 0.45
regression
Function · 0.45
classification
Function · 0.45
pca.py
File · 0.45
addition_problem
Function · 0.45
regression
Function · 0.45
classification
Function · 0.45
classification
Function · 0.45
regression
Function · 0.45
classification
Function · 0.45
regression
Function · 0.45
Calls
1
_predict
Method · 0.45
Tested by
no test coverage detected