Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepGraphLearning/S3F
/ preprocess
Method
preprocess
s3f/task.py:24–25 ·
view source on GitHub ↗
(self, train_set, valid_set, test_set)
Source
from the content-addressed store, hash-verified
22
self.plddt_threshold = plddt_threshold
23
24
def
preprocess(self, train_set, valid_set, test_set):
25
return
26
27
def
predict_and_target(self, batch, all_loss=None, metric=None):
28
graph = batch[
"graph"
]
Callers
1
evaluate.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected