neat-ml icon indicating copy to clipboard operation
neat-ml copied to clipboard

Network Embedding All the Things

Results 22 neat-ml issues
Sort by recently updated
recently updated
newest added

Need to decide how this would work. Right now it's BYOH (bring your own holdouts), and they are supplied like this: ``` graph_data: graph: node_path: tests/resources/test_graphs/pos_train_nodes.tsv edge_path: tests/resources/test_graphs/pos_train_edges.tsv pos_validation: edge_path:...

When these two keys are missing in the yaml: pos_validation neg_validation Then get the following error: can't find key in YAML: 'pos_validation' can't find key in YAML: 'neg_validation' Traceback (most...