/data-recorder

A class to store experiment data using python

Primary LanguagePython

DataRecorder

An easily used module to record experiment data to .csv file. It may be useful especially when

  • you have many parameters in config
  • you have to test variations of various parameters parallelly

such as machine learning experiments and system simulations and so on.

A Quick Start