The library for models evaluation
Project description
Evaluations
- The library implements various metrics for evaluating machine learning algorithms
Table of contents
How to use
>>> from evaluations.classification import confusion_matrix_binary
>>> confusion_matrix_binary([1, 1, 0, 0], [1, 0, 0, 1])
{'tp': 1, 'tn': 1, 'fp': 1, 'fn': 1}
Installation
PyPI
You can use pip to install evaluations:
pip install evaluations
You can clone and install the latest version of the library from GitHub:
pip install -U git+https://github.com/yisaienkov/evaluations
Documentation
The full documentation is available at https://evaluations.readthedocs.io/.
Authors
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
evaluations-0.0.5.tar.gz
(6.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file evaluations-0.0.5.tar.gz.
File metadata
- Download URL: evaluations-0.0.5.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd77f648680ad0ae9c95134c488ec384a8a87524ff0665a063d91094c87d19c1
|
|
| MD5 |
16813a5b55b67448d7b2887d4dfe7c5b
|
|
| BLAKE2b-256 |
e90874575549766b5147375e71fe8535c6089b68bfeff7a38dae14f3806620ca
|
File details
Details for the file evaluations-0.0.5-py3-none-any.whl.
File metadata
- Download URL: evaluations-0.0.5-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1dc90054c4e764fe4bb8c5b32f83e5fa9973e9b87bc030a6ceb0d3c11b1bff9b
|
|
| MD5 |
8dbb73d07675c86acc6929ba6c6ac2f8
|
|
| BLAKE2b-256 |
eb5bcbc97426fd6e67cf2e083c908b4b822cb893fb2bceef94a4a43ed23527c5
|