summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorLines
2024-10-28Add --add-total-observation support to dref exportBirte Kristina Friesel-15/+22
2024-10-24Add --add-total-observation support to non-xv quality metricsBirte Kristina Friesel-2/+20
2024-10-24add --add-total-observation for behaviour model evaluationBirte Kristina Friesel-7/+28
2024-07-22utils: igtnore-param: handle empty list. derp.Birte Kristina Friesel-0/+4
2024-07-22show-model: use two decimal places by defaultBirte Kristina Friesel-0/+1
2024-07-22add (partially supported) --show-model-precisionBirte Kristina Friesel-26/+34
2024-07-19Add DFATOOL_ULS_FUNCTIONS variableBirte Kristina Friesel-0/+6
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
Now they are working as intended. Hurray!
2024-07-19ULS: add support for roofline functionsBirte Kristina Friesel-12/+30
they're not working as intended yet
2024-07-09filter_aggregate_by_param: <> only work for non-None valuesBirte Kristina Friesel-5/+13
2024-07-02model JSON export: Include parameter values that contributed to this modelBirte Kristina Friesel-0/+6
2024-07-01mutual_information: handle skipped parameters; return a dictBirte Kristina Friesel-9/+10
2024-07-01model: add mutual_information accessorBirte Kristina Friesel-0/+3
2024-06-28analyze-log: add --information-gainBirte Kristina Friesel-0/+40
2024-06-27fix UnboundLocalError. Yay for Python variable scoping.Birte Kristina Friesel-2/+2
2024-06-27analyze-kconfig: only import plotter (→matplotlib) when neededBirte Kristina Friesel-1/+2
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-2/+10
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/+19
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-99/+104
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-0/+25
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
2024-03-07feature pre-processing via information gainBirte Kristina Friesel-7/+110
2024-03-07RMT: support mutual information-based parameter relevanceBirte Kristina Friesel-0/+26
2024-03-07DFATOOL_RMT_IGNORE_IRRELEVANT_PARAMS=1 → ↵Birte Kristina Friesel-21/+12
DFATOOL_RMT_RELEVANCE_METHOD=std_by_param
2024-03-07Replace RMT_ENABLED=0 with MODEL=ulsBirte Kristina Friesel-3/+4
2024-03-07dataref export: include environment variablesBirte Kristina Friesel-0/+3
2024-03-07lightgbm: use same logger as dfatoolBirte Kristina Friesel-0/+1
2024-03-06Add LightGBM supportBirte Kristina Friesel-1/+190
2024-03-06boxplot_param: fix --filter-param handlingBirte Kristina Friesel-1/+1
2024-03-06import lightgbmBirte Kristina Friesel-0/+1
2024-02-26add RMT_SUBMODEL=cartBirte Kristina Friesel-2/+8
2024-02-26Logfile.load: fix errors in error outputBirte Kristina Friesel-3/+2