Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 483 Bytes

lossfit (loss data fitting tool)

  • This tool aims to prove our preliminary idea about automated loss data fitting
  • This is a development work done on behalf of QUFA(https://gitlab.com/qufa) project

Running Environment

  • python3, scikit-learn required

Tools

  • getloss: get the rate of null or lossy data in tabular form
  • makegood: generate null-free csv from lossy data
  • makeloss: generate lossy data from valid form
  • lossfit: fit lossy data using linear regression