summaryrefslogtreecommitdiff
path: root/bin/analyze-archive.py
AgeCommit message (Expand)AuthorLines
2020-10-21--plot-traces: use the correct time base for each backendDaniel Friesel-6/+15
2020-10-20analyze-archive: note that --plot-traces has a wrong X-axis on !MIMOSADaniel Friesel-4/+4
2020-10-07analyze-archive: move trace plotting to a helper functionDaniel Friesel-25/+27
2020-10-07analyze-archive: switch to argparseDaniel Friesel-161/+182
2020-08-20analyze-archive: print options used to create measurementsDaniel Friesel-0/+5
2020-07-17Bugfixes in edge casesDaniel Friesel-2/+2
2020-07-16analyze-archive: fix --show-quality=overall for non-nrf24 measurementsDaniel Friesel-9/+24
2020-07-15analyze-archive: Add header to model quality tableDaniel Friesel-1/+10
2020-07-14Add --no-cache optionDaniel Friesel-2/+7
2020-07-09Remove unimplemented discard-outliers optionsDaniel Friesel-9/+1
2020-07-08RawData: load ptalog if availableDaniel Friesel-3/+6
2020-07-08analyze-archive: show EnergyTrace sync modeDaniel Friesel-1/+3
2020-07-08Fix incomplete raw_output in generate-dfa-benchmark outputDaniel Friesel-2/+2
2020-07-06Rename dfatool.dfatool to dfatool.loaderDaniel Friesel-1/+1
2020-07-06move gplearn_to_function to functions moduleDaniel Friesel-1/+1
2020-07-06derp muchDaniel Friesel-1/+1
2020-07-06Remove co-dependent parameter detection codeDaniel Friesel-15/+0
2020-07-06Move ParamFit, PTAModel, AnalyticModel to model.py moduleDaniel Friesel-1/+2
2020-07-06Move CrossValidator to a separate validation moduleDaniel Friesel-3/+3
2020-07-03blacken more codeDaniel Friesel-6/+4
2020-07-03AnalyticFunction: Remove _ prefix from public attributesDaniel Friesel-4/+4
2020-07-02Use logging module for debug outputDaniel Friesel-0/+9
2020-07-01Restore k-fold cross validation supportDaniel Friesel-0/+16
2020-06-25analyze-archive: Add --info optionDaniel Friesel-7/+36
2020-06-24analyze-archive: --plot-traces: Limit to <=40 tracesDaniel Friesel-3/+17
2020-05-28bin: rename opts to opt, as it is a dictDaniel Friesel-35/+35
2020-05-28use black(1) for uniform code formattingDaniel Friesel-220/+415
2020-05-27analyze-archive: add transitions to --param-info outputDaniel Friesel-0/+4
2020-05-15analyze-arche: Add --plot-traces optionDaniel Friesel-2/+13
2020-05-14Allow individual energy/power traces to be exported to the file systemDaniel Friesel-1/+35
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-6/+6
2019-12-10make analyze-archive --export work without --hwmodelDaniel Friesel-1/+4
2019-11-21flake8Daniel Friesel-15/+30
2019-11-18dfatool: save preprocessing stats in cacheDaniel Friesel-0/+5
2019-11-18EnergyTraceLog: Finish parser. model analysis is working.Daniel Friesel-7/+12
2019-10-22prepare proper overall error measuresDaniel Friesel-0/+4
2019-10-22dfatool: split up assess and assess_on_tracesDaniel Friesel-1/+1
2019-10-15PTA: Add from_file constructorDaniel Friesel-7/+7
2019-10-11add helper functions for co-dependent parameter detectionDaniel Friesel-4/+6
2019-10-08analyze-archive: Add --param-info optionDaniel Friesel-1/+10
2019-10-07Move codependent parameter logic to ParamStats / parameters.pyDaniel Friesel-1/+7
2019-09-27add filter-param support to analyze-archiveDaniel Friesel-1/+16
2019-09-17analyze-archive: Add HTML exportDaniel Friesel-2/+39
2019-09-09optionally also analyze mean transition powerDaniel Friesel-0/+8
2019-07-24pylintDaniel Friesel-1/+1
2019-03-25analyze-archive: fix useless extra-parsing of getopt argsDaniel Friesel-22/+22
2019-02-14improved cross-validation in analyze-archive; fallback for param_lut_modelDaniel Friesel-9/+20
2019-02-13add generic monte carlo cross validationDaniel Friesel-6/+26
2019-02-11document analyze-archiveDaniel Friesel-0/+58
2019-02-08Convert PTAModel to EnergyModel signatureDaniel Friesel-3/+4