Knowledge-Graph-Hub / neat-ml

Network Embedding All the Things
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

Graph inputs should be full graph not splits, rename example paths #3

Closed realmarcin closed 3 years ago

realmarcin commented 3 years ago

These two variables in the main yaml section suggest a split training set:

node_path: tests/resources/test_graphs/pos_train_nodes.tsv edge_path: tests/resources/test_graphs/pos_train_edges.tsv

I imagine these are just placeholder paths but for a better example could indicate that these are the full graph edges and nodes.

justaddcoffee commented 3 years ago

The yaml file here: tests/resources/test.yaml describes graph ML on a test/train split, not the full graph