MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / label_preprocess

Method label_preprocess

python/graphvite/dataset.py:429–430  ·  view source on GitHub ↗
(self, raw_file, save_file)

Source from the content-addressed store, hash-verified

427 self.csv2txt(raw_file, save_file)
428
429 def label_preprocess(self, raw_file, save_file):
430 self.csv2txt(raw_file, save_file)
431
432 def train_preprocess(self, train_file):
433 valid_file = train_file[:train_file.rfind("train.txt")] + "valid.txt"

Callers

nothing calls this directly

Calls 1

csv2txtMethod · 0.80

Tested by

no test coverage detected