You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function generate_candidates(X, strategy='graph_degree', target_rel='y', max_candidates=3) generates different output then shown in the example in the file, which is not correct as it is generating 3x the same array
Run above mentioned code, ampligraph version = 1.4.0, numpy version = 1.19.5, networkx version=2.3
The text was updated successfully, but these errors were encountered:
smejkka3
changed the title
generate_candidates() does generate same triplet
generate_candidates() doesn't work as expected - generates same triplet
Jul 29, 2022
Description
The function generate_candidates(X, strategy='graph_degree', target_rel='y', max_candidates=3) generates different output then shown in the example in the file, which is not correct as it is generating 3x the same array
Actual Behavior
Expected Behavior
Steps to Reproduce
Run above mentioned code, ampligraph version = 1.4.0, numpy version = 1.19.5, networkx version=2.3
The text was updated successfully, but these errors were encountered: