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

Method valid_preprocess

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

Source from the content-addressed store, hash-verified

592 self.generate_math(save_file, num_triplet=20000)
593
594 def valid_preprocess(self, save_file):
595 np.random.seed(1024)
596 self.generate_math(save_file, num_triplet=1000)
597
598 def test_preprocess(self, save_file):
599 np.random.seed(1025)

Callers

nothing calls this directly

Calls 1

generate_mathMethod · 0.95

Tested by

no test coverage detected