Skip to main content

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


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.0.tar.gz (8.8 kB view details)

Uploaded Source

File details

Details for the file pltx-0.2.0.tar.gz.

File metadata

  • Download URL: pltx-0.2.0.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

Hashes for pltx-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c910cd3382107215a00d1bb688d673fb3c14a06c6153453abed13df0c3745e0d
MD5 0becfa7a21f74d35d75654bc5f5a006e
BLAKE2b-256 42151ab65c6f2b8aa458635003af390c0a003f314485d9d9c7af5e3f2cb619c2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page