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

Method __init__

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

Source from the content-addressed store, hash-verified

635 train, valid, test
636 """
637 def __init__(self):
638 super(FB15k237, self).__init__(
639 "fb15k-237",
640 urls={
641 "train": "https://github.com/DeepGraphLearning/KnowledgeGraphEmbedding/raw/master/data/FB15k-237/train.txt",
642 "valid": "https://github.com/DeepGraphLearning/KnowledgeGraphEmbedding/raw/master/data/FB15k-237/valid.txt",
643 "test": "https://github.com/DeepGraphLearning/KnowledgeGraphEmbedding/raw/master/data/FB15k-237/test.txt"
644 }
645 )
646
647
648class WN18(Dataset):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected