Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ predict
Method
predict
bench/embedding_experiment.py:121–123 ·
view source on GitHub ↗
(self, X: np.ndarray)
Source
from the content-addressed store, hash-verified
119
self.b1 -= self.lr * db1
120
121
def
predict(self, X: np.ndarray) -> np.ndarray:
122
_, _, _, probs = self._forward(X)
123
return
probs.argmax(axis=1)
124
125
126
def
run_experiment():
Callers
1
run_experiment
Function · 0.45
Calls
1
_forward
Method · 0.95
Tested by
no test coverage detected