Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepGraphLearning/graphvite
/ graph_preprocess
Method
graph_preprocess
python/graphvite/dataset.py:426–427 ·
view source on GitHub ↗
(self, raw_file, save_file)
Source
from the content-addressed store, hash-verified
424
)
425
426
def
graph_preprocess(self, raw_file, save_file):
427
self.csv2txt(raw_file, save_file)
428
429
def
label_preprocess(self, raw_file, save_file):
430
self.csv2txt(raw_file, save_file)
Callers
nothing calls this directly
Calls
1
csv2txt
Method · 0.80
Tested by
no test coverage detected