Andrej Kastrin
Andrej Kastrin
I try to run examples from `cluster.py` with `blogdata.txt`. When execute `c = hcluster(data)` `AssertionError` occurs. Any idea?
Hi, I try to figure out how to properly set the number of desired features with embedding.deepgl algorithms. Currently, my setup goes as follows: ``` CALL embedding.deepgl( null, null, {...
When compiling the library from source I get the following three errors: ``` Failed tests: shouldOnlyKeepFeaturesThatAddSomethingUnique(embedding.PruningTest): expected:
I try to re-run time-slice experiment with PubTator data using the following parameters: ``` datapath='edges_1.tsv' bipartite='False' ci='0:1:2' p1_end_date='2014' p2_start_date='2013' p2_end_date='2014' p3_start_date='2015' python2 'experiment_setup.py' \ -f ${datapath} \ -cl 'entity1,entity2,date' \...
Hi, I'm a little bit confused on how to properly prepare input data. Suppose that I have two rows with the same nodes but different edge types: should I count...