Skip to content

Commit

Permalink
Truncate docstring for holdouts
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Sep 23, 2020
1 parent 44ac63d commit 21f46a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def holdouts(*args, **kwargs) -> None:
Given a graph (from formatted node and edge TSVs), output positive edges and negative
edges for use in machine learning.
\f
To generate positive edges: a set of test positive edges equal in number to
[(1 - train_fraction) * number of edges in input graph] are randomly selected from
the edges in the input graph that is not part of a minimal spanning tree, such that
Expand Down

0 comments on commit 21f46a6

Please sign in to comment.