summaryrefslogtreecommitdiff
path: root/bin/analyze-archive.py
AgeCommit message (Expand)AuthorLines
2021-03-10analyze-archive --show-model=paramdetection: also show function argumentsDaniel Friesel-11/+22
2021-03-08model.assess: remove superfluous "by_name" indirectionDaniel Friesel-9/+9
2021-03-08add dataref exportDaniel Friesel-0/+19
2021-03-05promote sub-state models to a first-class modeling citizenDaniel Friesel-25/+18
2021-03-05analyze-archive: fix json exportDaniel Friesel-2/+6
2021-03-03Remove ModelInfo; add info to ModelFunction insteadDaniel Friesel-18/+24
2021-03-02PTAModel: Turn states, transitions, and states_and_transitions into attributesDaniel Friesel-20/+20
2021-03-02move ModelAttribute to parameters moduleDaniel Friesel-1/+1
2021-03-01get_fitted: also provide information on static (sub)modelsDaniel Friesel-6/+11
2021-03-01analyze-archive: handle dtree split on function argumentsDaniel Friesel-3/+5
2021-02-26refactor param_info, show splits in analyze-archive outputDaniel Friesel-43/+38
2021-02-25analyze-archive: --info: show argument values as wellDaniel Friesel-0/+11
2021-02-24treat last sub state as tail / default stateDaniel Friesel-1/+2
2021-02-23draft for clustering of parameter-independent sub-statesDaniel Friesel-3/+3
2021-02-23analyze-archive: show substate model quality in tableDaniel Friesel-5/+23
2021-02-22add simple sub-state model accessor and evaluationDaniel Friesel-0/+37
2021-02-22properly handle static submodel attributesDaniel Friesel-24/+33
2021-02-18refactor model generation from Analytic/PTAModel into ModelAttribute classDaniel Friesel-46/+78
2021-01-13improve html/markdown export detail levelDaniel Friesel-1/+63
2021-01-12add z-score based outlier detection and optional removalDaniel Friesel-1/+15
2021-01-12analyze-archive: print param dependence for transition durationsDaniel Friesel-1/+7
2021-01-11evaluate E = P*t model. Seems slightly better in some casesDaniel Friesel-1/+11
2021-01-11analyze-archive: show transition energy via power * durationDaniel Friesel-0/+21
2021-01-08bin/analyze-archive, tests: use transition power, not energyDaniel Friesel-19/+33
2020-11-09analyze-archive: explicitly set default log levelmerge-prep/janisDaniel Friesel-0/+1
2020-11-04wipDaniel Friesel-21/+32
2020-11-03analyze number of substates per stateDaniel Friesel-1/+2
2020-11-02Simplify PELT usage. remove kneedle, refactor codeDaniel Friesel-7/+5
2020-11-02Merge branch 'master' into merge-prep/janisDaniel Friesel-27/+38
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-08BA Janis import: working detection of optimal number of changepointsDaniel Friesel-81/+19
2020-10-07analyze-archive: move trace plotting to a helper functionDaniel Friesel-25/+27
2020-10-07wipDaniel Friesel-1/+85
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