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

Method __init__

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

Source from the content-addressed store, hash-verified

408 """
409
410 def __init__(self):
411 super(BlogCatalog, self).__init__(
412 "blogcatalog",
413 urls={
414 "graph": "https://www.dropbox.com/s/cf21ouuzd563cqx/BlogCatalog-dataset.zip?dl=1",
415 "label": "https://www.dropbox.com/s/cf21ouuzd563cqx/BlogCatalog-dataset.zip?dl=1",
416 "train": [], # depends on `graph`
417 "valid": [], # depends on `graph`
418 "test": [] # depends on `graph`
419 },
420 members={
421 "graph": "BlogCatalog-dataset/data/edges.csv",
422 "label": "BlogCatalog-dataset/data/group-edges.csv"
423 }
424 )
425
426 def graph_preprocess(self, raw_file, save_file):
427 self.csv2txt(raw_file, save_file)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected