deep-loglizer
deep-loglizer copied to clipboard
How to run loganomaly?
lstm.py can be used for running deeplog and loganomaly algorithms. Can you tell me how to set parameter values in order to run loganomaly?
I do not think lstm.py can be directly used for running LogAnomaly. This is because lstm.py only supports two types of inputs, which are "sequentials" and "semantics". However, LogAnomaly uses "semantics" and "quantitatives" (namely the count of each event template in a sequence). In contrast, DeepLog uses "sequential" as input, and thus it can be achieved simply using lstm.py.