Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/williamleif/GraphSAGE
/ predict
Method
predict
graphsage/models.py:148–149 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
146
logging=self.logging))
147
148
def
predict(self):
149
return
tf.nn.softmax(self.outputs)
150
151
class
GeneralizedModel(Model):
152
""
"
Callers
3
run_regression
Function · 0.45
run_regression
Function · 0.45
run_regression
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected