MCPcopy 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

_initializeMethod · 0.45
plotMethod · 0.45
regressionFunction · 0.45
classificationFunction · 0.45
pca.pyFile · 0.45
addition_problemFunction · 0.45
regressionFunction · 0.45
classificationFunction · 0.45
classificationFunction · 0.45
regressionFunction · 0.45
classificationFunction · 0.45
regressionFunction · 0.45

Calls 1

_predictMethod · 0.45

Tested by

no test coverage detected