ibilgen
ibilgen
In your FAQ page, you reply this question as > Aggregating Opponents over several test examples: The premise is that mislabelled training examples will oppose predictions of > correctly labelled...
adj_citeseer.pkl is not found in the directory. Can you please add it? inf= pickle.load(open('adj_citeseer.pkl', 'rb')) FileNotFoundError: [Errno 2] No such file or directory: 'adj_citeseer.pkl'
In the code block below from utils_nhop_neighbours.py → load_data ``` # calculate n-hop neighbors G = nx.DiGraph() # inf = pickle.load(open('adj_citeseer.pkl', 'rb')) inf = pickle.load(open("data/citeseer/ind.citeseer.graph", "rb"), encoding="latin1") for i in...