A small package for aesthetic output in custom machine learning pipelines
Project description
Aesthetix
This is a python package which facilitates aesthetics in output when using custom training pipelines in machine learning.
Usage Example
import time
import aesthetix as at
cost = 3000
acc = 0.9
for i in range(1000):
at.progress_bar("Progress",i, 1000, num_bars = 40, output_vals={"Cost":cost, "Accuracy":acc})
cost/=3
acc *= 1.001
time.sleep(0.01)
Output
Progress:[========================================](100.00%) Cost : 0.00 Accuracy : 2.44
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
aesthetix-0.0.1.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aesthetix-0.0.1.tar.gz.
File metadata
- Download URL: aesthetix-0.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41393acf298724d9009aab8c52eeda4a84cbe9e4e5d60b049b370080a9954707
|
|
| MD5 |
9de85003dfc8618d10222de093ed5e47
|
|
| BLAKE2b-256 |
fdc155ba5de7e0199535567420cfe828e8c0fc0566f8cb24125b56deb2a2b267
|
File details
Details for the file aesthetix-0.0.1-py3-none-any.whl.
File metadata
- Download URL: aesthetix-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b93c8a7d9e945a9079ccfeb29dfcbf1c60de5337165ed694a0b708ba59a512ea
|
|
| MD5 |
fc32eba05ec9f843720daf3290204bdc
|
|
| BLAKE2b-256 |
9826c1a326294357a940e92bf32be25e15f636545eddb3c2db64c51c2140361d
|