@@ -8,7 +8,7 @@ alt="PERMETRICS"/>
88
99---
1010
11- [ ![ GitHub release] ( https://img.shields.io/badge/release-1.4.3 -yellow.svg )] ( https://github.com/thieu1995/permetrics/releases )
11+ [ ![ GitHub release] ( https://img.shields.io/badge/release-1.5.0 -yellow.svg )] ( https://github.com/thieu1995/permetrics/releases )
1212[ ![ Wheel] ( https://img.shields.io/pypi/wheel/gensim.svg )] ( https://pypi.python.org/pypi/permetrics )
1313[ ![ PyPI version] ( https://badge.fury.io/py/permetrics.svg )] ( https://badge.fury.io/py/permetrics )
1414![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/permetrics.svg )
@@ -30,7 +30,7 @@ performance metrics for problems such as regression, classification, clustering,
3030field access metrics as fast as possible
3131
3232* ** Free software:** GNU General Public License (GPL) V3 license
33- * ** Total metrics** : 107 (47 regression metrics, 20 classification metrics, 40 clustering metrics)
33+ * ** Total metrics** : 111 (47 regression metrics, 20 classification metrics, 44 clustering metrics)
3434* ** Documentation:** https://permetrics.readthedocs.io/en/latest/
3535* ** Python versions:** >= 3.7.x
3636* ** Dependencies:** numpy, scipy
@@ -52,7 +52,7 @@ field access metrics as fast as possible
5252### Install with pip
5353Install the [ current PyPI release] ( https://pypi.python.org/pypi/permetrics ) :
5454``` sh
55- $ pip install permetrics==1.4.3
55+ $ pip install permetrics==1.5.0
5656```
5757
5858Or installing from the source code, use:
0 commit comments