Tools of matplotlib
Project description
Usage Sample ''''''''''''
.. code:: python
import pltx
y_true = [1, 1, 1, 0, 0, 0]
y_pred = [1, 0, 1, 0, 0, 0]
y_prob = [0.9, 0.1, 0.8, 0.2, 0.7, 0.3]
pltx.plot_roc(y_true, y_prob)
pltx.plot_confusion_matrix2(y_true, y_pred)
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
pltx-0.2.2.tar.gz
(9.0 kB
view details)
File details
Details for the file pltx-0.2.2.tar.gz.
File metadata
- Download URL: pltx-0.2.2.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2e9c9e87f87bfd42082c3d90711c8ceaf4dddf43d76dd0a6116ae6411923fe5
|
|
| MD5 |
48fbaa05e1334c338badcf8382ec7f2c
|
|
| BLAKE2b-256 |
9ae3ad092ddd9f9899de367a0ed78f0af54b407973002602f06d808b551d7242
|