The dataset is SALITY from https://github.com/iBigQ/botnet-graphs
I know that FINDER don't support graph that node numbered by string,so I renumber these nodes by integer and using edge list to save it.But FINDER gave me an exception like this.
exception:
File "FINDER.pyx", line 721, in FINDER.FINDER.EvaluateRealData
File "FINDER.pyx", line 732, in FINDER.FINDER.EvaluateRealData
File "FINDER.pyx", line 753, in FINDER.FINDER.GetSolution
File "FINDER.pyx", line 491, in FINDER.FINDER.PredictWithCurrentQNet
File "FINDER.pyx", line 487, in FINDER.FINDER.Predict
AssertionError
The dataset is SALITY from https://github.com/iBigQ/botnet-graphs
I know that FINDER don't support graph that node numbered by string,so I renumber these nodes by integer and using edge list to save it.But FINDER gave me an exception like this.
exception: