-
Notifications
You must be signed in to change notification settings - Fork 1
Experiments with Drain and Logmine
Marc-Olivier Buob edited this page Jun 10, 2022
·
7 revisions
This section explains how to install the log clustering algorithms involved in experiments
See the Installation steps.
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 installWe 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 installTo open the notebook, you require either Jupyter notebook or Jupyter lab. We recommend Jupyter lab.
Once Jupyter is installed, run:
jupyter labFrom Jupyter, open minimal.ipynb and run the whole notebook.