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

Method train_preprocess

python/graphvite/dataset.py:590–592  ·  view source on GitHub ↗
(self, save_file)

Source from the content-addressed store, hash-verified

588 )
589
590 def train_preprocess(self, save_file):
591 np.random.seed(1023)
592 self.generate_math(save_file, num_triplet=20000)
593
594 def valid_preprocess(self, save_file):
595 np.random.seed(1024)

Callers

nothing calls this directly

Calls 1

generate_mathMethod · 0.95

Tested by

no test coverage detected