Skip to main content

Utility to save data to cvs as an easy (and very basic) to read and use alternative to tensorboard

Project description

DataSaver

Utility to save data to cvs as an easy (and very basic) to read and use alternative to tensorboard.

Usage

from dataSaver import DataSaver

dataSaver = DataSaver('./somedir/filename/')

# creates a file in csv format, where the keys of the dictionary are the column names and the values of the first row are the values associated with each key  
dataSaver.add({
    'ephoch': 10,
    , 'iter': 200
    , 'learningRate': 0.0001,
    , 'loss': 10324
}

# The first call fixes the columns and only the keys that where present the first time add was called will be added
dataSaver.add({
    'ephoch': 10,
    , 'bananass': 10324
    , 'iter': 200
    , 'learningRate': 0.0001,
    , 'loss': 10324
    , 'bananass': 10324

})

# collect all data in an internal array dataSaver.cacheArray
dataSaver.cache({....})

# Save the data collected by cache to file and empty cache
dataSaver.dumpCache()

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

dataSaver-0.0.3.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

dataSaver-0.0.3-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file dataSaver-0.0.3.tar.gz.

File metadata

  • Download URL: dataSaver-0.0.3.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.27.0 CPython/3.6.7

File hashes

Hashes for dataSaver-0.0.3.tar.gz
Algorithm Hash digest
SHA256 340f6391ab2b68d076efa49e60237f859822fab63da3e05d5ba6c6ee4af0fa05
MD5 4306175a0fa08e3cb099483f1d9c6a54
BLAKE2b-256 4075ae2a8370ff9f34caed30d69cc06aad2d8ee066d20dc736919e3e96b72471

See more details on using hashes here.

File details

Details for the file dataSaver-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: dataSaver-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.27.0 CPython/3.6.7

File hashes

Hashes for dataSaver-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3ac52973e706766d060114e32950c4dbd812f7ea95bc12d93484bb15a06221e0
MD5 ef4f814f7e8477520d94efff7869519c
BLAKE2b-256 939d80036e76addc3fdb4301c69b1e2a8ae8afe249e36b36e48e324658dd9649

See more details on using hashes here.

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