Skip to content

Commit

Permalink
Update README.md to include pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
mmantyla authored Sep 26, 2024
1 parent fc55393 commit fa0f56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LogLead is designed to efficiently benchmark log anomaly detection algorithms an
Currently, it features nearly 1,000 unique anomaly detection combinations, encompassing 8 public datasets, 11 log representations (enhancers), and 11 classifiers. These resources enable you to benchmark your own data, log representation, or classifier against a diverse range of scenarios. LogLead is an actively evolving project, and we are continually adding new datasets, representations, and classifiers. If there's something you believe should be included, please submit a request for a dataset, enhancer, or classifier in the [issue tracker](https://github.com/EvoTestOps/LogLead/issues).

A key strength of LogLead is its custom loader system, which efficiently isolates the unique aspects of logs from different systems. This design allows for a reduction in redundant code, as the same enhancement and anomaly detection code can be applied universally once the logs are loaded.
<!--

## Installing LogLead

Simply install with `pip`:
Expand All @@ -21,7 +21,7 @@ Install them manually (preferably in a conda enviroment).
### Known issues

- If `scikit-learn` wheel fails to compile, check that you can `gcc` and `g++` installed.
-->


## Demos
In the following demonstrations, you'll notice a significant aspect of LogLead's design efficiency: code reusability. Both demos, while analyzing different datasets, share a substantial amount of their underlying code. This not only showcases LogLead's versatility in handling various log formats but also its ability to streamline the analysis process through reusable code components.
Expand Down

0 comments on commit fa0f56f

Please sign in to comment.