Age | Commit message (Expand) | Author | Lines |
2024-01-23 | logging: re-add log level and module name to output. whoops. | Birte Kristina Friesel | -1/+5 |
2024-01-23 | logging: include timestamps in log output | Birte Kristina Friesel | -1/+1 |
2024-01-11 | move --plot-param definition to cli.py | Birte Kristina Friesel | -7/+0 |
2023-12-22 | analyze-timing: black(1) | Birte Kristina Friesel | -1/+0 |
2022-01-05 | cross validation: return intermediate models used for XV | Daniel Friesel | -3/+5 |
2021-03-17 | always handle co-dependent parameters | Daniel Friesel | -3/+0 |
2021-03-08 | model.assess: remove superfluous "by_name" indirection | Daniel Friesel | -3/+3 |
2021-03-03 | Remove ModelInfo; add info to ModelFunction instead | Daniel Friesel | -9/+11 |
2021-03-01 | analyze-timing: --param-info -> --info | Daniel Friesel | -3/+3 |
2021-02-26 | refactor param_info, show splits in analyze-archive output | Daniel Friesel | -13/+8 |
2021-02-18 | refactor model generation from Analytic/PTAModel into ModelAttribute class | Daniel Friesel | -27/+32 |
2020-07-09 | Remove unimplemented discard-outliers options | Daniel Friesel | -5/+1 |
2020-07-06 | Rename dfatool.dfatool to dfatool.loader | Daniel Friesel | -1/+1 |
2020-07-06 | move gplearn_to_function to functions module | Daniel Friesel | -1/+1 |
2020-07-06 | Remove co-dependent parameter detection code | Daniel Friesel | -24/+0 |
2020-07-06 | analyze-timing: Add --log-level option | Daniel Friesel | -0/+9 |
2020-07-06 | Move ParamFit, PTAModel, AnalyticModel to model.py module | Daniel Friesel | -1/+2 |
2020-07-06 | Move CrossValidator to a separate validation module | Daniel Friesel | -2/+2 |
2020-07-03 | blacken more code | Daniel Friesel | -3/+1 |
2020-07-03 | AnalyticFunction: Remove _ prefix from public attributes | Daniel Friesel | -2/+2 |
2020-05-28 | bin: rename opts to opt, as it is a dict | Daniel Friesel | -30/+30 |
2020-05-28 | use black(1) for uniform code formatting | Daniel Friesel | -124/+258 |
2020-04-29 | Use relative module paths. PYTHONPATH=lib bin/... is no longer needed | Daniel Friesel | -6/+6 |
2019-11-21 | flake8 | Daniel Friesel | -10/+20 |
2019-10-11 | add helper functions for co-dependent parameter detection | Daniel Friesel | -2/+21 |
2019-10-07 | move ParamStats and helper functions to lib/parameters.py | Daniel Friesel | -1/+2 |
2019-09-27 | add filter-param support to analyze-archive | Daniel Friesel | -14/+2 |
2019-08-16 | Add function override support to AnalyticModel, analyze-timing.py | Daniel Friesel | -1/+1 |
2019-08-16 | optionally prune dependent parameters before analysis | Daniel Friesel | -0/+3 |
2019-08-15 | Fix generate-dfa-benchmark leaving out benchmark parts when splitting runs | Daniel Friesel | -5/+7 |
2019-08-14 | analyze-timing: Add filter-param option | Daniel Friesel | -0/+25 |
2019-08-13 | analyze-timing: expose use-corrcoef flag | Daniel Friesel | -1/+5 |
2019-08-12 | analyze timing: print dependence ratio data | Daniel Friesel | -0/+4 |
2019-07-26 | analyze-timinG: Show plots by default | Daniel Friesel | -1/+1 |
2019-07-25 | analyze-timing: add function argument support | Daniel Friesel | -1/+5 |
2019-07-24 | analyze-timing: remove unsupported options | Daniel Friesel | -41/+0 |
2019-07-24 | add timing analysis script | Daniel Friesel | -0/+321 |