An open API service indexing awesome lists of open source software.

https://github.com/fluency03/logclustering-py

Log clustering by detecting the similarity between two logs.
https://github.com/fluency03/logclustering-py

edit-distances log-clustering python

Last synced: 12 months ago
JSON representation

Log clustering by detecting the similarity between two logs.

Awesome Lists containing this project

README

          

# logclustering-py

[![Build Status](https://travis-ci.org/fluency03/logclustering-py.svg?branch=master)](https://travis-ci.org/fluency03/logclustering-py)

Log clustering by detecting the similarity (editing distance) between two logs.

*This is part of my master thesis project and still in development.*

## Requirements

- [Python 2.7](https://www.python.org/downloads/)
- [NumPy](http://www.numpy.org/): The fundamental package needed for scientific computing with Python.
- [editdistance](https://github.com/aflc/editdistance): Fast implementation of the edit distance(Levenshtein distance) in C++ and CPython.
- [python-dateutil](https://github.com/dateutil/dateutil): Useful extensions to the standard Python datetime features.