Skip to content

Experiments with Drain and Logmine

Marc-Olivier Buob edited this page Jun 10, 2022 · 7 revisions

Installation

This section explains how to install the log clustering algorithms involved in experiments

Pattern clustering

See the Installation steps.

Drain

We use a slightly modified version of Drain as some important results are not return by the standard version.

cd ~/git/
git clone git@github.com:raynalm/Drain3.git
cd Drain3
sudo python3 setup.py install

LogMine

We use a slightly modified version of LogMine as some important results are not return by the standard version.

cd ~/git/
git clone git@github.com:raynalm/logmine.git
cd logmine
sudo python3 setup.py install

Test

To open the notebook, you require either Jupyter notebook or Jupyter lab. We recommend Jupyter lab.

Once Jupyter is installed, run:

jupyter lab

From Jupyter, open minimal.ipynb and run the whole notebook.

Clone this wiki locally