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.1.tar.gz
(8.8 kB
view details)
File details
Details for the file pltx-0.2.1.tar.gz.
File metadata
- Download URL: pltx-0.2.1.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22dc01db4899ae01618e4f2f63c8d4f88509fac27a2de3c6a36b9a5864160c22
|
|
| MD5 |
4485f2d5326a2c15741c66305e3e57d8
|
|
| BLAKE2b-256 |
b6c56fae1436490779fea9f16d442df289c17b79e372aac203025d748146e111
|