HelenGuohx / logbert

log anomaly detection via BERT
MIT License
240 stars 102 forks source link

options["is_time"] = False #46

Open AKSHAY20022 opened 4 months ago

AKSHAY20022 commented 4 months ago

features

options["is_logkey"] = True options["is_time"] = False

I want to utilize the is_time feature present in the logbert, However I am having trouble incorporating it. I have prepared my HDFS data in a way such that it has (log keyid : delta time in sec) in the sequence. but after making modifications everywhere required. I am getting an F1 score of 0 during prediction. Kindly help me regarding this if someone has an idea.