Skip to main content

High level, simple data visualisation

Project description

Readme of yasiu-vis

High level functions, to quickly visualise data frames.

Installation

pip install yasiu-vis

Package Contains

  • ykeras: Visualisation made for keras.Model
  • ypandas: Visualisation made for pandas.DataFrame

Examples

Pandas - Drawing data frame

from yasiu_vis.ypandas import summary_plot


# df: pandas.DataFrame

summary_plot(df)
summary_plot(df, group="column-name")
summary_plot(
    df, group_key='petal width (cm)', max_groups=4,
    plot_params=dict(alpha=0.7), legend_place='subplot'
)

Summary Plot

Keras - Ploting Neural Network layers

from yasiu_vis.ykeras import plotLayersWeights
from matpotlib import pyplot as plt
import keras

model : keras.models.Sequential # Keras compiled model

plotLayersWeights(model.layers, innerCanvas=1, figsize=(20, 15), dpi=70, scaleWeights=1000)
plt.subplots_adjuts(wspace=0.1, top=0.95)
# Adjust values per model and plot size
plt.tight_layout()
# use all space in figure
plt.show()

Keras Weights

All packages

1. Native Package

2. Math Package

3. Image Package

4. Visualisation Package

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

yasiu_vis-0.5.1.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yasiu_vis-0.5.1-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file yasiu_vis-0.5.1.tar.gz.

File metadata

  • Download URL: yasiu_vis-0.5.1.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for yasiu_vis-0.5.1.tar.gz
Algorithm Hash digest
SHA256 2b3cc9edc91003dded35880caf6deadbc3b482cccd4dcbc617c0e5ebf7af9917
MD5 90a5851b725b75738d2155f9e88533da
BLAKE2b-256 e32b85602f7f75ae16755c3c3480c70b536fe764788d45fae04f4b072a941889

See more details on using hashes here.

Provenance

The following attestation bundles were made for yasiu_vis-0.5.1.tar.gz:

Publisher: python-publish.yml on GrzegorzKrug/yasiu-vis

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yasiu_vis-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: yasiu_vis-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for yasiu_vis-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 db19f8dccfab44508fc5b9b4f2f0a6f0ed5f0b953f34b0b4ed507af7fcc8e06f
MD5 ad038e61820c0257504a33188a0ffb13
BLAKE2b-256 cd677fe9772d239933efdf1962804cbaca7d940321395c20058bd60f2493d242

See more details on using hashes here.

Provenance

The following attestation bundles were made for yasiu_vis-0.5.1-py3-none-any.whl:

Publisher: python-publish.yml on GrzegorzKrug/yasiu-vis

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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