EvoTestOps / LogLead

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

Replace pandas with polars everywhere #24

Open bakhtos opened 1 month ago

bakhtos commented 1 month ago

Currently, AnomalyDetection.calculate_average_scores and AEL parser depend on Pandas dataframes. It seems that they can be replaced with Polars and Pandas would not be a dependency of LogLead