Skip to main content

MLVizLib is a powerful package for generating quick, insightful, and stylish visualizations for machine learning.

Project description

Fancy fonts


PyPI Version License codecov

MLVizLib (Machine Learning Visualization Library) is a powerful library for generating quick, insightful, and stylish visualizations for machine learning (ML). Our goal is to enhance the ML workflow by providing insightful visualizations with minimum effort.

NOTE

This project is in early stage development, and can thus go trough major changes.

Install

MLVizLib can be installed from PyPI:

pip install mlvizlib

Features

  • Confusion Matrix Visualization

note

More coming soon.

Confusion Matrix Visualization example

import matplotlib.pyplot as plt
from mlvizlib.classification import confusion_matrix

# example data
eg_y_true = [2,0,1,0,2,0,1,2,0,0,2,0,1,1,0,1,1,0,0,0,0,2,2]
eg_y_pred = [2,0,0,0,2,0,1,2,1,0,2,2,1,1,0,2,1,0,1,0,0,1,2]

confusion_matrix(eg_y_true, eg_y_pred)
plt.show()

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

mlvizlib-0.1.3.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

mlvizlib-0.1.3-py2.py3-none-any.whl (10.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file mlvizlib-0.1.3.tar.gz.

File metadata

  • Download URL: mlvizlib-0.1.3.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10

File hashes

Hashes for mlvizlib-0.1.3.tar.gz
Algorithm Hash digest
SHA256 151a05cc531ac7ceb65be91631535542bc40e7ca84d5d796bfd6b5232268e90e
MD5 795e2be6cfa6a58a3e5a54eebbd5ab37
BLAKE2b-256 df8b4c66e7e280d142d7a30425ef37538660137874f991da187bd4f86774d6cb

See more details on using hashes here.

File details

Details for the file mlvizlib-0.1.3-py2.py3-none-any.whl.

File metadata

  • Download URL: mlvizlib-0.1.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10

File hashes

Hashes for mlvizlib-0.1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 46784a56ee183ad4b9b664285d03714e0aae4b0846f1185658c72edb5751b39d
MD5 b8e10efaed8af7b7eb7dff6c99c14b60
BLAKE2b-256 063dbb46eafb45ddbb2f3fff09df060ddddf867087824bfcabefad1665a987c9

See more details on using hashes here.

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