From 49c642713166954e35dfabd7e8e94e92fb85be83 Mon Sep 17 00:00:00 2001 From: Dmitry Ustalov Date: Sat, 31 Aug 2024 23:15:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e7d4c5..9bc9a14 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ [codspeed_badge]: https://img.shields.io/endpoint?url=https://codspeed.io/badge.json [codspeed_link]: https://codspeed.io/dustalov/evalica -**Evalica** is a Python library that transforms pairwise comparisons into ranked lists of items. It offers convenient high-performant Rust implementations of the corresponding methods via [PyO3](https://pyo3.rs/), and additionally provides naïve Python code for most of them. Evalica is fully compatible with [NumPy](https://numpy.org/) arrays and [pandas](https://pandas.pydata.org/) data frames. +**Evalica** [ɛˈʋalitsa] (eh-val-lee-tsah) is a Python library that transforms pairwise comparisons into ranked lists of items. It offers convenient high-performant Rust implementations of the corresponding methods via [PyO3](https://pyo3.rs/), and additionally provides naïve Python code for most of them. Evalica is fully compatible with [NumPy](https://numpy.org/) arrays and [pandas](https://pandas.pydata.org/) data frames. - [Tutorial](https://dustalov.github.io/evalica/) (and [Tutorial.ipynb](Tutorial.ipynb)) - [Chatbot-Arena.ipynb](Chatbot-Arena.ipynb) [![Open in Colab][colab_badge]][colab_link] [![Binder][binder_badge]][binder_link] diff --git a/docs/index.md b/docs/index.md index 6030b78..11a4f82 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Evalica -**Evalica** is a Python library that transforms pairwise comparisons into ranked lists of items. It offers convenient high-performant Rust implementations of the corresponding methods via [PyO3](https://pyo3.rs/), and additionally provides naïve Python code for most of them. Evalica is fully compatible with [NumPy](https://numpy.org/) arrays and [pandas](https://pandas.pydata.org/) data frames. +**Evalica** [ɛˈʋalitsa] (eh-val-lee-tsah) is a Python library that transforms pairwise comparisons into ranked lists of items. It offers convenient high-performant Rust implementations of the corresponding methods via [PyO3](https://pyo3.rs/), and additionally provides naïve Python code for most of them. Evalica is fully compatible with [NumPy](https://numpy.org/) arrays and [pandas](https://pandas.pydata.org/) data frames. [![Evalica](https://raw.githubusercontent.com/dustalov/evalica/master/Evalica.svg)](https://github.com/dustalov/evalica)