Skip to main content

Graph Keras training history object

Project description

Keras History Graph

Uses matplotlib to generate a simple graph of the history object. Particularly useful with Jupyter

It will show the accuracy and loss for both training data and validation data. It will also print the maximum validation accuracy reached during the training.

Example output

Installation

pip install keras-hist-graph

Usage

assuming you are using Keras

from keras_hist_graph import plot_history

history = model.fit(x, y, ...)

plot_history(history)

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

keras-hist-graph-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

keras_hist_graph-0.0.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

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