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.1.tar.gz
(12.5 kB
view details)
Built Distribution
File details
Details for the file mlvizlib-0.1.1.tar.gz
.
File metadata
- Download URL: mlvizlib-0.1.1.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 | 64687f5a8a05e0e5aef6e9bbd78afa87675367edecf565aa17b5f2c82180fa7b |
|
MD5 | dc6bf4ee6f5ff8abf824f5049a15064f |
|
BLAKE2b-256 | 46843b9469cd1b8a5b7ecfd5acd1cc60505911560a01b6ca4d6238f47f8274a4 |
File details
Details for the file mlvizlib-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: mlvizlib-0.1.1-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 | e4f513fa2497f5e1602fba4c45789c86819a02546255fa48db7fa4343366b07f |
|
MD5 | 5eae5f3470d104a4760ef36a1b6353e0 |
|
BLAKE2b-256 | 3a4c525e08a2d8925ac1547e1175e6d898b14b2d8355c7621aef469cdb51f7af |