A simple python package to print a keras NN training history.
Project description
A simple python package to print a keras NN training history.
How do I install this package?
As usual, just download it using pip:
pip install plot_keras_history
Tests Coverage
Since some software handling coverages sometime get slightly different results, here’s three of them:
Examples
Here’s how two histories can be visualized:
from plot_keras_history import plot_history
import matplolib.pyplot as plt
history = model.fit(...).history
plot_history(history)
plt.show()
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
File details
Details for the file plot_keras_history-1.1.9.tar.gz
.
File metadata
- Download URL: plot_keras_history-1.1.9.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.13.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 571d48f1405b393174449e3b8ce87d61666dcc690b3b143789cc3bf8cc1b4e31 |
|
MD5 | c51d97c6628bd17954659ce514024fae |
|
BLAKE2b-256 | a2d14eae30e1d427d2ab6be4b3cb6fb0c11815f429bd7d26ac432caf35440b92 |