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

Method __init__

python/graphvite/dataset.py:580–588  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

578 ]
579
580 def __init__(self):
581 super(Math, self).__init__(
582 "math",
583 urls={
584 "train": [],
585 "valid": [],
586 "test": []
587 }
588 )
589
590 def train_preprocess(self, save_file):
591 np.random.seed(1023)

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected