Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Mar 9, 2024
1 parent 9da4424 commit 24d348f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 19 deletions.
34 changes: 23 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ alt="PERMETRICS"/>
![GitHub contributors](https://img.shields.io/github/contributors/thieu1995/permetrics.svg)
[![GitTutorial](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)](https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project)
[![DOI](https://zenodo.org/badge/280617738.svg)](https://zenodo.org/badge/latestdoi/280617738)
[![JOSS](https://joss.theoj.org/papers/10.21105/joss.06143/status.svg)](https://doi.org/10.21105/joss.06143)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)




PerMetrics is a python library for performance metrics of machine learning models. We aim to implement all
performance metrics for problems such as regression, classification, clustering, ... problems. Helping users in all
field access metrics as fast as possible. The number of available metrics include **111 (47 regression metrics, 20 classification metrics, 44 clustering
Expand All @@ -35,17 +38,26 @@ metrics)**

Please include these citations if you plan to use this library:

```code
@software{nguyen_van_thieu_2023_8220489,
author = {Nguyen Van Thieu},
title = {PerMetrics: A Framework of Performance Metrics for Machine Learning Models},
month = aug,
year = 2023,
publisher = {Zenodo},
doi = {10.5281/zenodo.3951205},
url = {https://github.com/thieu1995/permetrics}
}
```
- LaTeX:

```bibtex
@article{Thieu_PerMetrics_A_Framework_2024,
author = {Thieu, Nguyen Van},
doi = {10.21105/joss.06143},
journal = {Journal of Open Source Software},
month = mar,
number = {95},
pages = {6143},
title = {{PerMetrics: A Framework of Performance Metrics for Machine Learning Models}},
url = {https://joss.theoj.org/papers/10.21105/joss.06143},
volume = {9},
year = {2024}
}
```

- APA:

Thieu, N. V. (2024). PerMetrics: A Framework of Performance Metrics for Machine Learning Models. Journal of Open Source Software, 9(95), 6143. https://doi.org/10.21105/joss.06143


# Installation
Expand Down
3 changes: 3 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Welcome to Permetrics's documentation!
.. image:: https://zenodo.org/badge/280617738.svg
:target: https://zenodo.org/badge/latestdoi/280617738

.. image:: https://joss.theoj.org/papers/10.21105/joss.06143/status.svg
:target: https://doi.org/10.21105/joss.06143

.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg
:target: https://www.gnu.org/licenses/gpl-3.0

Expand Down
19 changes: 11 additions & 8 deletions docs/source/pages/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ Citation Request

Please include these citations if you plan to use this library::

@software{nguyen_van_thieu_2023_8220489,
author = {Nguyen Van Thieu},
title = {PerMetrics: A Framework of Performance Metrics for Machine Learning Models},
month = aug,
year = 2023,
publisher = {Zenodo},
doi = {10.5281/zenodo.3951205},
url = {https://github.com/thieu1995/permetrics}
@article{Thieu_PerMetrics_A_Framework_2024,
author = {Thieu, Nguyen Van},
doi = {10.21105/joss.06143},
journal = {Journal of Open Source Software},
month = mar,
number = {95},
pages = {6143},
title = {{PerMetrics: A Framework of Performance Metrics for Machine Learning Models}},
url = {https://joss.theoj.org/papers/10.21105/joss.06143},
volume = {9},
year = {2024}
}

@article{van2023mealpy,
Expand Down

0 comments on commit 24d348f

Please sign in to comment.