A package for easing return of multiple values
Project description
Munin
Old Norse: Muninn
Reporting.
This package is a package for generating classification reports. Uses jinja2 templates, see documentation.
Quick Start
pip install munin
Now you can add all your metrics and plots.
from munin import generate_html
from warg import NOD # used for generating a dict with the same keys as names in context
...
metrics = NOD.dict_of(accuracy, precision, f1_score, recall, support).as_flat_tuples()
bundle = NOD.dict_of(title, confusion_matrix, metrics, predictions)
generate_html(file_name, **bundle)
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
Munin-0.2.4.tar.gz
(24.8 kB
view details)
Built Distribution
Munin-0.2.4-py36-none-any.whl
(21.5 kB
view details)
File details
Details for the file Munin-0.2.4.tar.gz
.
File metadata
- Download URL: Munin-0.2.4.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49d1357867d5e96a6067e4ddd4dc790315c14e12e9cf9e820287569ace92695a |
|
MD5 | 71c11c16cb42a0ad9694248c5f8438d1 |
|
BLAKE2b-256 | 3a8b76a9edc2097fe5e4e9b96ad95f740c669aaab403f27590abaffcf1d590fd |
File details
Details for the file Munin-0.2.4-py36-none-any.whl
.
File metadata
- Download URL: Munin-0.2.4-py36-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3.6
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b71af687f5379c6adea76d51ecad53899edd6ddce311bade032bee1ec0ff494 |
|
MD5 | 0899d12673d801734d74fd49ffa48463 |
|
BLAKE2b-256 | 81fc2724e5ba366f02f20800227ee7696ebf10771f9237526762e6026479ce68 |