logpai / loglizer

A machine learning toolkit for log-based anomaly detection [ISSRE'16]
MIT License
1.27k stars 423 forks source link

log clustering and deep log #73

Open Rufaida94 opened 4 years ago

Rufaida94 commented 4 years ago

Is it possible to write a version for these two demos that can work without having a label file?

from my understanding of the log clustering method, that might not be possible because it needs the label file for the knowledge base, correct?

tanay1997 commented 3 years ago

Yeah, I am facing the same issue. I want to run deep log without labels, is it possible? @Rufaida94 did you find a solution? Thanks

Rufaida94 commented 3 years ago

@tanay1997

No, I produced my own labels but even after that I faced other issues with DeepLog and decide to move on to a different thing since it seems like the authors are not responding.