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)
Release files for pltx 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pltx-0.3.0.tar.gz | 9.6 kB | Details |
Release files / pltx-0.3.0.tar.gz
| Download URL | pltx-0.3.0.tar.gz |
|---|---|
| Size | 9.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4687f55545c7f08ef8c89dd6f16b2ccf7e5e3fa1d421fe6054eb0fc7a174d7db
|
|
BLAKE2b-256 checksum How to use checksums |
c5b2f82c0b527149072959663a6870986d8bc06c3f22c205e2992aca9c897cf3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.18
|