MLVizLib is a powerful package for generating quick, insightful, and stylish visualizations for machine learning.
Project description
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.
- Documentation: (COMING SOON) https://mlvizlib.readthedocs.io.
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
Release history Release notifications | RSS feed
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.2.tar.gz
(12.5 kB
view details)
Built Distribution
File details
Details for the file mlvizlib-0.1.2.tar.gz
.
File metadata
- Download URL: mlvizlib-0.1.2.tar.gz
- Upload date:
- Size: 12.5 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12a27b449fe867b762416f228ff02c82b2cad5561e3a1a28e9645596f82536ed |
|
MD5 | 3d020b4531239e883bee4069eab46d2b |
|
BLAKE2b-256 | c994291f571c506c8be73f74bb2a733e6a0d903af6b09d2411cd7ac8ad7d2daa |
File details
Details for the file mlvizlib-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: mlvizlib-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 8.8 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 212fdd64b5281ae96ebb56686dba8f2f77d2dd06d85535e15603e591ed422012 |
|
MD5 | 23cedbcd5a069f176e651b91befdb0f9 |
|
BLAKE2b-256 | 3c6b90fbf40b2041adf8ad25b50ae7810155138cd5386e4d651198295514a327 |