summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
13 daysREADME: Add references to repository mirrorsmainBirte Kristina Friesel-0/+8
2024-11-04CLI: remove special case for TOTAL; it's available for LUT as well nowBirte Kristina Friesel-5/+2
2024-11-04analyze-log: pass with_sum to LUT assessment as wellBirte Kristina Friesel-1/+1
2024-10-28Add --add-total-observation support to dref exportBirte Kristina Friesel-16/+28
2024-10-24Add --add-total-observation support to non-xv quality metricsBirte Kristina Friesel-4/+24
2024-10-24add --add-total-observation for behaviour model evaluationBirte Kristina Friesel-11/+44
2024-10-21README: document CSV loader variablesBirte Kristina Friesel-0/+2
2024-07-22utils: igtnore-param: handle empty list. derp.Birte Kristina Friesel-0/+4
2024-07-22analyze-log: allow ignoring parameters after filtering on themBirte Kristina Friesel-6/+6
2024-07-22show-model: use two decimal places by defaultBirte Kristina Friesel-0/+1
2024-07-22add (partially supported) --show-model-precisionBirte Kristina Friesel-27/+40
2024-07-19Add DFATOOL_ULS_FUNCTIONS variableBirte Kristina Friesel-0/+8
2024-07-19_try_fits: roofline: ensure that x0 is within boundsBirte Kristina Friesel-0/+1
2024-07-19specify appropriate bounds for roofline functions.Birte Kristina Friesel-5/+46
2024-07-19ULS: add support for roofline functionsBirte Kristina Friesel-12/+30
2024-07-09filter_aggregate_by_param: <> only work for non-None valuesBirte Kristina Friesel-5/+13
2024-07-04log analysis: "[::] Key Attribute |" is not required, "[::] Key |" sufficesBirte Kristina Friesel-3/+3
2024-07-02model JSON export: Include parameter values that contributed to this modelBirte Kristina Friesel-0/+6
2024-07-02add kstestBirte Kristina Friesel-0/+31
2024-07-02ttest-ind: log entire result objectBirte Kristina Friesel-1/+1
2024-07-02add ttest-ind utilityBirte Kristina Friesel-0/+31
2024-07-01mutual_information: handle skipped parameters; return a dictBirte Kristina Friesel-13/+15
2024-07-01model: add mutual_information accessorBirte Kristina Friesel-0/+3
2024-06-28analyze-log: add --information-gainBirte Kristina Friesel-0/+53
2024-06-28analyze-kconfig: move paramValueToIndex to model rootBirte Kristina Friesel-0/+4
2024-06-27fix UnboundLocalError. Yay for Python variable scoping.Birte Kristina Friesel-9/+9
2024-06-27CI: move test data to UOSBirte Kristina Friesel-18/+18
2024-06-27analyze-kconfig: only import plotter (→matplotlib) when neededBirte Kristina Friesel-2/+8
2024-06-10splitinfo: sort keysBirte 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-23Support CSV exports in UNIX dialect (without CRLF) via --export-csv-dialectBirte Kristina Friesel-5/+19
2024-03-22oooopsBirte Kristina Friesel-0/+1
2024-03-22handle mis-specified param filtersBirte Kristina Friesel-1/+5
2024-03-22RMT: add max depth hyper-parameterBirte Kristina Friesel-3/+20
2024-03-21--skip-param-stats and --force-tree are no longer dependentBirte Kristina Friesel-18/+1
2024-03-19dataref export: add preprocessing and RMT method/thresholdBirte Kristina Friesel-6/+29
2024-03-19cli: dataref export: sort by env names rather than values. oops.Birte Kristina Friesel-1/+1
2024-03-12soft_cast_int_or_float: handle values that already are int/floatBirte Kristina Friesel-1/+3
2024-03-12handle floating-point parameter valuesBirte Kristina Friesel-4/+18
2024-03-11CSVfile loader: get ignored and observation (attr) cols from envBirte Kristina Friesel-4/+40
2024-03-11Move Logfile and CSVfile from utils to a new loader classBirte Kristina Friesel-101/+107
2024-03-08build_rmt: handle sklearn.feature_selection.mutual_info_regression failuresBirte Kristina Friesel-3/+9
2024-03-08looks like past-derf actually knew what she was doingBirte Kristina Friesel-0/+1
2024-03-08build_rmt: use DFATOOL_RMT_RELEVANCE_THRESHOLD exclusivelyBirte Kristina Friesel-9/+2
2024-03-08minor warning improvementsBirte Kristina Friesel-9/+9
2024-03-08make FOLFunction inherit from SKLearnRegressionFunctionBirte Kristina Friesel-16/+15
2024-03-08symreg hyper paramBirte Kristina Friesel-11/+15
2024-03-08Add CSV support; right now hard-coded for kaggle acher linux-kernel-sizeBirte Kristina Friesel-3/+31
2024-03-08SKLearnRegressionFunction: export ndarray and pre-proc paramcount to drefBirte Kristina Friesel-45/+73
2024-03-08move fit_parameters check to helper functionBirte Kristina Friesel-60/+26