lianghhhhh / MalwareExpert

use fcg feature and gnn model to detect malware, use SISA training to allow unlearn
MIT License
5 stars 0 forks source link

help wanted #1

Open Redamancy0918 opened 3 weeks ago

Redamancy0918 commented 3 weeks ago

Dear Author,

I sincerely appreciate your spirit of open-source sharing. I would like to understand more about the line "label": "./dataset.csv" in the config.json file. Specifically, what kind of content should be in dataset.csv? I created a data.csv file but encountered the following error:

File "/root/anaconda3/envs/malexpert/lib/python3.11/site-packages/pandas/io/parsers/c_parser_wrapper.py", line 93, in init self._reader = parsers.TextReader(src, **kwds) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "parsers.pyx", line 581, in pandas._libs.parsers.TextReader.cinit pandas.errors.EmptyDataError: No columns to parse from file

Thank you for your help!

lianghhhhh commented 1 week ago

Thanks for your question. I just updated the readme file and added an example.csv. Please check it out!