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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: