Open ibizatomorrow opened 1 year ago
Hello, there is no "result" directory provided in your code, so when running MSL.sh, it cannot find MSL.log
I understand. You can either create a "result" directory in the root directory by yourself, or comment out the line 116 in the main file which is "sys.stdout = Logger("result/"+ config.data_path +".log", sys.stdout)".
Thanks for you point it out.
This is the data preprocessing pipeline for credit card data: https://github.com/datamllab/tods/tree/benchmark/benchmark/realworld_data/data/script
Additionally, for your convenience in further testing the results, I compiled a list of available anomaly detection datasets or useful links:
https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/EBCFKM
https://www.nature.com/articles/s41597-020-0548-x
https://pubmed.ncbi.nlm.nih.gov/32651380/
https://www.cs.ucr.edu/~eamonn/time_series_data_2018/
Hope them help.
No description provided.
Hello, here is the credit card dataset already sliced. Original dataset can be generated by this.
May I inquire about the specific script you are running that necessitates the utilization of this particular file?