index
:
dfatool
decisiontrees
feature/lennart/get_files_array
kconfig-modeling
lennart
main
master
merge-prep/janis
merge-prep/lennart
state-duration-timers
Performance Model Generation for Configurable System Components
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
13 days
README: Add references to repository mirrors
main
Birte Kristina Friesel
-0
/
+8
2024-11-04
CLI: remove special case for TOTAL; it's available for LUT as well now
Birte Kristina Friesel
-5
/
+2
2024-11-04
analyze-log: pass with_sum to LUT assessment as well
Birte Kristina Friesel
-1
/
+1
2024-10-28
Add --add-total-observation support to dref export
Birte Kristina Friesel
-16
/
+28
2024-10-24
Add --add-total-observation support to non-xv quality metrics
Birte Kristina Friesel
-4
/
+24
2024-10-24
add --add-total-observation for behaviour model evaluation
Birte Kristina Friesel
-11
/
+44
2024-10-21
README: document CSV loader variables
Birte Kristina Friesel
-0
/
+2
2024-07-22
utils: igtnore-param: handle empty list. derp.
Birte Kristina Friesel
-0
/
+4
2024-07-22
analyze-log: allow ignoring parameters after filtering on them
Birte Kristina Friesel
-6
/
+6
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
-27
/
+40
2024-07-19
Add DFATOOL_ULS_FUNCTIONS variable
Birte Kristina Friesel
-0
/
+8
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-04
log analysis: "[::] Key Attribute |" is not required, "[::] Key |" suffices
Birte Kristina Friesel
-3
/
+3
2024-07-02
model JSON export: Include parameter values that contributed to this model
Birte Kristina Friesel
-0
/
+6
2024-07-02
add kstest
Birte Kristina Friesel
-0
/
+31
2024-07-02
ttest-ind: log entire result object
Birte Kristina Friesel
-1
/
+1
2024-07-02
add ttest-ind utility
Birte Kristina Friesel
-0
/
+31
2024-07-01
mutual_information: handle skipped parameters; return a dict
Birte Kristina Friesel
-13
/
+15
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
/
+53
2024-06-28
analyze-kconfig: move paramValueToIndex to model root
Birte Kristina Friesel
-0
/
+4
2024-06-27
fix UnboundLocalError. Yay for Python variable scoping.
Birte Kristina Friesel
-9
/
+9
2024-06-27
CI: move test data to UOS
Birte Kristina Friesel
-18
/
+18
2024-06-27
analyze-kconfig: only import plotter (→matplotlib) when needed
Birte Kristina Friesel
-2
/
+8
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
-5
/
+19
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
/
+20
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
-101
/
+107
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
-3
/
+31
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
[next]