Age | Commit message (Expand) | Author | Lines |
3 days | parse_conf_str: support spaces between key-value pairs | Birte Kristina Friesel | -1/+1 |
3 days | Optionally export models with byParam data for easier loading | Birte Kristina Friesel | -5/+25 |
3 days | analyze-log: add --export-model-with-lut | Birte Kristina Friesel | -2/+9 |
2025-01-03 | pelt: typo | Birte Kristina Friesel | -1/+1 |
2024-12-12 | Support lower regression bounds other than -∞ | Birte Kristina Friesel | -4/+14 |
2024-12-06 | loader.plain: Initialize logging | Birte Kristina Friesel | -0/+4 |
2024-11-04 | CLI: remove special case for TOTAL; it's available for LUT as well now | Birte Kristina Friesel | -5/+2 |
2024-10-28 | Add --add-total-observation support to dref export | Birte Kristina Friesel | -15/+22 |
2024-10-24 | Add --add-total-observation support to non-xv quality metrics | Birte Kristina Friesel | -2/+20 |
2024-10-24 | add --add-total-observation for behaviour model evaluation | Birte Kristina Friesel | -7/+28 |
2024-07-22 | utils: igtnore-param: handle empty list. derp. | Birte Kristina Friesel | -0/+4 |
2024-07-22 | show-model: use two decimal places by default | Birte Kristina Friesel | -0/+1 |
2024-07-22 | add (partially supported) --show-model-precision | Birte Kristina Friesel | -26/+34 |
2024-07-19 | Add DFATOOL_ULS_FUNCTIONS variable | Birte Kristina Friesel | -0/+6 |
2024-07-19 | _try_fits: roofline: ensure that x0 is within bounds | Birte Kristina Friesel | -0/+1 |
2024-07-19 | specify appropriate bounds for roofline functions. | Birte Kristina Friesel | -5/+46 |
2024-07-19 | ULS: add support for roofline functions | Birte Kristina Friesel | -12/+30 |
2024-07-09 | filter_aggregate_by_param: <> only work for non-None values | Birte Kristina Friesel | -5/+13 |
2024-07-02 | model JSON export: Include parameter values that contributed to this model | Birte Kristina Friesel | -0/+6 |
2024-07-01 | mutual_information: handle skipped parameters; return a dict | Birte Kristina Friesel | -9/+10 |
2024-07-01 | model: add mutual_information accessor | Birte Kristina Friesel | -0/+3 |
2024-06-28 | analyze-log: add --information-gain | Birte Kristina Friesel | -0/+40 |
2024-06-27 | fix UnboundLocalError. Yay for Python variable scoping. | Birte Kristina Friesel | -2/+2 |
2024-06-27 | analyze-kconfig: only import plotter (→matplotlib) when needed | Birte Kristina Friesel | -1/+2 |
2024-06-10 | splitinfo: sort keys | Birte Kristina Friesel | -1/+1 |
2024-05-23 | --export-csv-dialec: add excel-lf (excel with LF rather than CRLF) | Birte Kristina Friesel | -1/+11 |
2024-05-23 | Support CSV exports in UNIX dialect (without CRLF) via --export-csv-dialect | Birte Kristina Friesel | -2/+10 |
2024-03-22 | oooops | Birte Kristina Friesel | -0/+1 |
2024-03-22 | handle mis-specified param filters | Birte Kristina Friesel | -1/+5 |
2024-03-22 | RMT: add max depth hyper-parameter | Birte Kristina Friesel | -3/+19 |
2024-03-21 | --skip-param-stats and --force-tree are no longer dependent | Birte Kristina Friesel | -18/+1 |
2024-03-19 | dataref export: add preprocessing and RMT method/threshold | Birte Kristina Friesel | -6/+29 |
2024-03-19 | cli: dataref export: sort by env names rather than values. oops. | Birte Kristina Friesel | -1/+1 |
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 | -4/+18 |
2024-03-11 | CSVfile loader: get ignored and observation (attr) cols from env | Birte Kristina Friesel | -4/+40 |
2024-03-11 | Move Logfile and CSVfile from utils to a new loader class | Birte Kristina Friesel | -99/+104 |
2024-03-08 | build_rmt: handle sklearn.feature_selection.mutual_info_regression failures | Birte Kristina Friesel | -3/+9 |
2024-03-08 | looks like past-derf actually knew what she was doing | Birte Kristina Friesel | -0/+1 |
2024-03-08 | build_rmt: use DFATOOL_RMT_RELEVANCE_THRESHOLD exclusively | Birte Kristina Friesel | -9/+2 |
2024-03-08 | minor warning improvements | Birte Kristina Friesel | -9/+9 |
2024-03-08 | make FOLFunction inherit from SKLearnRegressionFunction | Birte Kristina Friesel | -16/+15 |
2024-03-08 | symreg hyper param | Birte Kristina Friesel | -11/+15 |
2024-03-08 | Add CSV support; right now hard-coded for kaggle acher linux-kernel-size | Birte Kristina Friesel | -0/+25 |
2024-03-08 | SKLearnRegressionFunction: export ndarray and pre-proc paramcount to dref | Birte Kristina Friesel | -45/+73 |
2024-03-08 | move fit_parameters check to helper function | Birte Kristina Friesel | -60/+26 |
2024-03-07 | feature pre-processing via information gain | Birte Kristina Friesel | -7/+110 |
2024-03-07 | RMT: support mutual information-based parameter relevance | Birte Kristina Friesel | -0/+26 |
2024-03-07 | DFATOOL_RMT_IGNORE_IRRELEVANT_PARAMS=1 → DFATOOL_RMT_RELEVANCE_METHOD=std_b... | Birte Kristina Friesel | -21/+12 |
2024-03-07 | Replace RMT_ENABLED=0 with MODEL=uls | Birte Kristina Friesel | -3/+4 |