Skip to main content

The library for models evaluation

Project description

Evaluations

PyPI version

  • 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

Yaroslav Isaienkov

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 hashes)

Uploaded Source

Built Distribution

evaluations-0.0.5-py3-none-any.whl (13.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page