EvoTestOps / LogLead

LogLead stands for Log Loader, Enhancer, and Anomaly Detector.
MIT License
10 stars 3 forks source link

Refactor in `SequenceEnhancer` #22

Closed bakhtos closed 4 weeks ago

bakhtos commented 1 month ago

The following issue is found in SequenceEnhancer.seq_len():

# TODO Should be in events() function
self.df_seq = self.df_seq.with_columns(self.df_seq['seq_len'].alias('e_event_id_len'))