Age | Commit message (Expand) | Author | Lines |
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 |
2020-07-02 | Use logging module for debug output | Daniel Friesel | -10/+0 |
2020-05-28 | use black(1) for uniform code formatting | Daniel Friesel | -29/+53 |
2020-04-29 | move running_mean helper from dfatool to utils | Daniel Friesel | -0/+11 |
2019-12-11 | oops | Daniel Friesel | -0/+7 |
2019-11-26 | autopep8 | Daniel Friesel | -8/+21 |
2019-10-11 | add helper functions for co-dependent parameter detection | Daniel Friesel | -0/+17 |
2019-10-07 | Move codependent parameter logic to ParamStats / parameters.py | Daniel Friesel | -0/+49 |
2019-10-07 | move ParamStats and helper functions to lib/parameters.py | Daniel Friesel | -253/+0 |
2019-10-02 | improve co-dependent parameter detection logic | Daniel Friesel | -17/+20 |
2019-10-01 | initial check for boolean parameters' influence on other parameters | Daniel Friesel | -3/+15 |
2019-09-30 | std_by_param: return stddev matrix by individual parameter values | Daniel Friesel | -27/+38 |
2019-09-27 | prepare stddev-by-param-value matrix for fine-grained parameter analysis | Daniel Friesel | -3/+48 |
2019-09-25 | is_numeric: Also accept float values | Daniel Friesel | -2/+2 |
2019-08-16 | documentation | Daniel Friesel | -12/+25 |
2019-08-16 | prune_dependent_parameters: do not calculate bogus corrcoef values | Daniel Friesel | -9/+11 |
2019-08-16 | optionally prune dependent parameters before analysis | Daniel Friesel | -0/+66 |
2019-08-14 | functions, utils: pydocstyle | Daniel Friesel | -9/+8 |
2019-08-13 | Improve _try_fits performance and fairness | Daniel Friesel | -0/+3 |
2019-07-24 | Improve debugging | Daniel Friesel | -1/+5 |
2019-05-16 | utils: Add soft_cast_float; float support in config strings | Daniel Friesel | -1/+15 |
2019-05-08 | conf str: use foo=foo=bar,quux=lol instead of foo=foo:bar,quux:lol | Daniel Friesel | -1/+1 |
2019-05-08 | add cpu cycles -> cpu energy and packet size -> tx energy for protocolmodeling | Daniel Friesel | -0/+22 |
2019-03-25 | _mean_std_by_param: Handle no partitions for attribute | Daniel Friesel | -1/+6 |