Open
Description
Hi,
Thank you for your valuable network. I am currently trying to train MAGIK on my dataset, which has a structure similar to the ones in your tutorials. I encountered two issues during this process:
- Extra Columns in EdgeExtractor Output:
TheEdgeExtractor
function returns a DataFrame with extra columns containing NaN values. I noticed this discrepancy between my data and the provided tutorial data, and I'm not sure why these extra columns are present. As a workaround, I manually remove these extra columns before returning the data in the function.
Input_df:
Output_df:
- ValueError in SelfDuplicateEdgeAugmentation:
When attempting to train with my dataset, I encountered the following error:I traced this error back to theFile "mtrand.pyx", line 909, in numpy.random.mtrand.RandomState.choice ValueError: a must be greater than 0 unless no samples are taken.
SelfDuplicateEdgeAugmentation
function, specifically in the inner function whereoffset = maxnofedges - nofedges
results in an offset of 0. I'm unsure how to handle this situation and would appreciate guidance on resolving this issue.
Any assistance or clarification on these matters would be greatly appreciated.
Best regards,
Metadata
Metadata
Assignees
Labels
No labels