summaryrefslogtreecommitdiff
path: root/bin/analyze-archive.py
AgeCommit message (Expand)AuthorLines
2023-11-27show-model=static: leave out parameter dependence heuristicsBirte Kristina Friesel-2/+12
2023-11-13move --function-override to lib/cli.pyBirte Kristina Friesel-8/+0
2022-12-22allow limiting precision of dataref exportsDaniel Friesel-1/+3
2022-11-10analyze-archive: add --ignore-param supportDaniel Friesel-14/+16
2022-10-18--export-dref: do not export xv data for non-xv modelsDaniel Friesel-1/+1
2022-06-10move filter-param to cliDaniel Friesel-8/+0
2022-03-29add --export-pgf-unparam option (export raw observations for pgfplots)Daniel Friesel-0/+3
2022-02-25add --export-raw-predictionsDaniel Friesel-1/+6
2022-02-25only export model xv results for --export-xvDaniel Friesel-1/+2
2022-02-24add --export-xv option for t-tests and the likeDaniel Friesel-0/+1
2022-02-21add dtree graphviz/dot export via --export-dot / to_dot()Daniel Friesel-2/+5
2022-02-18move dataref export to cli.pyDaniel Friesel-9/+1
2022-02-18move --info to cli as wellDaniel Friesel-45/+8
2022-02-18move --log-level and --info to cli.pyDaniel Friesel-12/+0
2022-02-18add show_model_size optionDaniel Friesel-0/+3
2022-01-31allow parameter values to be adjusted before modelingDaniel Friesel-0/+6
2022-01-28PTAModel: Add force_tree optionDaniel Friesel-1/+9
2022-01-27export dataref entries with deterministic orderDaniel Friesel-1/+1
2022-01-06add xv data to dref exportDaniel Friesel-1/+1
2022-01-05store decision tree attributes of xv models in dataref exportDaniel Friesel-3/+15
2022-01-05cross validation: return intermediate models used for XVDaniel Friesel-6/+8
2021-12-01move some standard arguments to cli helper classDaniel Friesel-18/+1
2021-11-23add parameter-aware cross validationDaniel Friesel-0/+6
2021-11-18add model generation time to dataref exportDaniel Friesel-0/+7
2021-11-01add static & param model output to analyze-kconfigDaniel Friesel-26/+4
2021-11-01move model quality table to dfatool.cli; add quality output to analyze-kconfigDaniel Friesel-52/+7
2021-10-25dataref export: always add / prefix to keysDaniel Friesel-1/+1
2021-06-25move print_static to cli moduleDaniel Friesel-29/+9
2021-04-20proper kconfig-webconf exportDaniel Friesel-49/+4
2021-04-20add dot export of energy modelsDaniel Friesel-0/+15
2021-04-15Prepare KRATOS supportDaniel Friesel-10/+15
2021-03-24export parameters for kconfigDaniel Friesel-1/+34
2021-03-24Add nearly correct JSON export for v0 measurements without PTA definitionDaniel Friesel-4/+2
2021-03-23kconfig-export: remove raw function keysDaniel Friesel-0/+3
2021-03-22preparations for kconfig-webconf model exportDaniel Friesel-1/+62
2021-03-19loader: merge dlog into keysight moduleDaniel Friesel-0/+2
2021-03-18add preliminary Keysight DLog supportDaniel Friesel-0/+1
2021-03-18analyze-archive: support multiple choices for show-model / show-qualityDaniel Friesel-5/+6
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