Munin 0.2.4

Creator: bradpython12

Last updated:

Add to Cart

Description:

Munin 0.2.4

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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.