Log clustering by detecting the similarity (editing distance) between two logs.
This is part of my master thesis project and still in development.
- Python 2.7
- NumPy: The fundamental package needed for scientific computing with Python.
- editdistance: Fast implementation of the edit distance(Levenshtein distance) in C++ and CPython.
- python-dateutil: Useful extensions to the standard Python datetime features.