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 data normalisation in line 127 does not normalise the last edge attribute, which corresponds to "payment format" . This is a desired behaviour if no ports nor time deltas are added. However, when ports or time deltas are added, the last edge attribute would not be "payment format" anymore and required normalisation.
The text was updated successfully, but these errors were encountered:
Agree. I'd like to add to this that when using Reverse MP, inside the create_hetero_obj function the edge_attr relative to the ports are swapped for the reverse edge, but this doesn't take into account the use of timedeltas, which if used together with the ports add other two columns, so the latest two columns are no more relative to the ports but relative to the timedeltas.
Multi-GNN/data_loading.py
Lines 108 to 127 in 252b025
The data normalisation in line 127 does not normalise the last edge attribute, which corresponds to "payment format" . This is a desired behaviour if no ports nor time deltas are added. However, when ports or time deltas are added, the last edge attribute would not be "payment format" anymore and required normalisation.
The text was updated successfully, but these errors were encountered: