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

Method __init__

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

Source from the content-addressed store, hash-verified

653 train, valid, test
654 """
655 def __init__(self):
656 super(WN18, self).__init__(
657 "wn18",
658 urls={
659 "train": "https://github.com/DeepGraphLearning/KnowledgeGraphEmbedding/raw/master/data/wn18/train.txt",
660 "valid": "https://github.com/DeepGraphLearning/KnowledgeGraphEmbedding/raw/master/data/wn18/valid.txt",
661 "test": "https://github.com/DeepGraphLearning/KnowledgeGraphEmbedding/raw/master/data/wn18/test.txt"
662 }
663 )
664
665
666class WN18RR(Dataset):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected