Age | Commit message (Expand) | Author | Lines |
3 days | human_readable: Add M and G prefixes | Birte Kristina Friesel | -0/+2 |
4 days | parse_conf_str: support spaces between key-value pairs | Birte Kristina Friesel | -1/+1 |
2024-07-22 | utils: igtnore-param: handle empty list. derp. | Birte Kristina Friesel | -0/+4 |
2024-07-09 | filter_aggregate_by_param: <> only work for non-None values | Birte Kristina Friesel | -5/+13 |
2024-03-22 | handle mis-specified param filters | Birte Kristina Friesel | -1/+5 |
2024-03-12 | soft_cast_int_or_float: handle values that already are int/float | Birte Kristina Friesel | -1/+3 |
2024-03-12 | handle floating-point parameter values | Birte Kristina Friesel | -1/+15 |
2024-03-11 | Move Logfile and CSVfile from utils to a new loader class | Birte Kristina Friesel | -93/+0 |
2024-03-08 | Add CSV support; right now hard-coded for kaggle acher linux-kernel-size | Birte Kristina Friesel | -0/+25 |
2024-02-26 | Logfile.load: fix errors in error output | Birte Kristina Friesel | -3/+2 |
2024-02-19 | categorial → categorical | Birte Kristina Friesel | -6/+6 |
2024-02-12 | unfuck param_names / feature_names handling | Birte Kristina Friesel | -2/+2 |
2024-02-09 | filter-param: support basic numeric operations and ∈ conditions | Birte Kristina Friesel | -6/+21 |
2024-01-12 | add --filter-observations | Birte Kristina Friesel | -0/+17 |
2024-01-11 | I need more coffee | Birte Kristina Friesel | -0/+18 |
2023-12-19 | utils: improve {aggregate,regression}_measures signatures and documentation | Birte Kristina Friesel | -28/+35 |
2023-12-14 | add median and 90/95/99th percentile absolute errors to metrics | Birte Kristina Friesel | -0/+10 |
2023-12-11 | move text log parser to util; add text log writer | Birte Kristina Friesel | -0/+69 |
2023-12-07 | more debug output | Birte Kristina Friesel | -1/+9 |
2023-06-13 | add --normalize-nfp support (e.g. for MBps -> Bps) | Daniel Friesel | -0/+9 |
2022-09-23 | analyze-kconfig: perform param-shift in aggregate rather than in observations | Daniel Friesel | -17/+1 |
2022-09-23 | deprecate --boolean-parameters | Daniel Friesel | -0/+2 |
2022-09-23 | ignore_param: work on by_name rather than observations | Daniel Friesel | -8/+20 |
2022-09-21 | observations_to_by_name: sanity check for parameter vectors | Daniel Friesel | -0/+2 |
2022-09-20 | utils: add support for more efficient observations file format | Daniel Friesel | -1/+13 |
2022-08-31 | utils: observations_ignore_param: handle unknown parameters | Daniel Friesel | -1/+9 |
2022-06-22 | analyze-kconfig: allow individual parameters to be ignored | Daniel Friesel | -0/+6 |
2022-06-15 | shift_param_in_aggregate: add '*=...' support | Daniel Friesel | -7/+15 |
2022-06-15 | param_to_ndarray: handle parameters with numeric and non-numeric values | Daniel Friesel | -1/+3 |
2022-06-14 | analyze-kconfig: add param-shift support | Daniel Friesel | -0/+16 |
2022-06-03 | add first order linear functions for evaluation purposes | Daniel Friesel | -0/+51 |
2022-05-13 | move enum_to_bool convertion to lib | Daniel Friesel | -3/+41 |
2022-01-31 | allow parameter values to be adjusted before modeling | Daniel Friesel | -0/+21 |
2021-10-26 | kconfig loader: load kconfig from its base directory | Daniel Friesel | -0/+12 |
2021-09-30 | observations_to_by_name: extract attributes name from observations | Daniel Friesel | -6/+17 |
2021-09-30 | observations_to_by_name: None values are illegal | Daniel Friesel | -0/+4 |
2021-08-19 | ParallelParamFit -> ParamFit, optionally without parallelism | Daniel Friesel | -0/+14 |
2021-06-25 | add observations_to_by_name | Daniel Friesel | -0/+31 |
2021-03-17 | always handle co-dependent parameters | Daniel Friesel | -1/+5 |
2021-03-10 | hardcode arg_support_enabled = True | Daniel Friesel | -1/+0 |
2021-03-02 | Move ParallelParamFit to a separate module | Daniel Friesel | -0/+74 |
2021-02-18 | refactor model generation from Analytic/PTAModel into ModelAttribute class | Daniel Friesel | -0/+10 |
2021-01-12 | add z-score based outlier detection and optional removal | Daniel Friesel | -1/+41 |
2020-11-03 | analyze number of substates per state | Daniel Friesel | -0/+27 |
2020-11-02 | Do not pass the entirety of by_nane/by_param to subprocesses | Daniel Friesel | -3/+1 |
2020-11-02 | Merge branch 'master' into merge-prep/janis | Daniel Friesel | -0/+13 |
2020-10-30 | Add DFATOOL_EXPORT_LASYNC variable for ET+LA / ET+Timer sync eval | Daniel Friesel | -0/+13 |
2020-10-08 | meop | Daniel Friesel | -2/+3 |
2020-10-08 | BA Janis import: working detection of optimal number of changepoints | Daniel Friesel | -0/+2 |
2020-07-03 | more consistent logging; use logger. instead of logging. where appropriate | Daniel Friesel | -1/+3 |