We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cde870 commit 87cdfdeCopy full SHA for 87cdfde
docs/ExampleUseDoc.rst
@@ -49,7 +49,7 @@ Load data
49
Load data from Bean et al (https://github.com/KHP-Informatics/ADR-
50
graph):
51
52
- ep.CSV_to_graph('data.csv', header=True, srcNameCol=0, srcTypeCol=1, tgtNameCol=4, tgtTypeCol=3, edgeTypeCol=2)
+ ep.CSV_to_graph(fname = 'data/data.csv', header = True, srcNameCol = 0, srcTypeCol = 1, tgtNameCol = 4, tgtTypeCol = 3, edgeTypeCol = 2)
53
54
55
Prepare to run prediction algorithm
0 commit comments