You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Please let me know sequence of execution of the 3 given python files and what all input needs to be given and output is expected in each step of execution.
Thanks
Hamad
The text was updated successfully, but these errors were encountered:
Hi Hamad,
Firstly, you should execute LogKeyModel_train.py, and then execute LogKeyModel_predict.py. DataViewing.py is just a data viewing to see there are how many templates, training data and so on.
The input of LogKeyModel_train.py is in DeepLog/data/hdfs_train and the output is the model we trained.
The input of LogKeyModel_predict.py is in DeepLog/data/hdfs_test_normal and DeepLog/data/hdfs_test_abnormal and the output is the metrics of the model we trained including precision, recall and F1-measure.
Thanks @wuyifan18 , it really helped. I was able to execute same sucessfully but request you to guide on how to convert structured text into numbers(like you have done in DeepLog/data/hdfs_train).
Hi,
Please let me know sequence of execution of the 3 given python files and what all input needs to be given and output is expected in each step of execution.
Thanks
Hamad
The text was updated successfully, but these errors were encountered: