Skip to main content

A package for easing return of multiple values

Project description

Munin

Old Norse: Muninn

munin munin

Build Status Code style: black Coverage Status


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

  ...

  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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Munin-0.1.1-py36-none-any.whl (18.5 kB view hashes)

Uploaded Python 3.6

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