Thijsvanede / DeepCASE

Original implementation and resources of DeepCASE as in the S&P '22 paper
MIT License
90 stars 26 forks source link

Can you provide the data example.csv file used in the example_module.py file #7

Closed kunzeng-ch closed 1 year ago

kunzeng-ch commented 1 year ago

Hello! Can you provide the data example.csv file used in the example_module.py file, I want to run it to see what the result is

Thijsvanede commented 1 year ago

Sorry for the late reply. There is no example.csv file, it is there as a stub to replace with your own data files. However, to illustrate the format I have transformed the example/hdfs/hdfs_test_normal dataset into a .csv format and uploaded it to the example/data/example.csv directory.

Thijsvanede commented 1 year ago

File became too big, I will upload the script to transform txt files into csv files