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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2024-02-26
Logfile.load: fix errors in error output
Birte Kristina Friesel
-3
/
+2
2024-02-26
add --export-csv-unparam support
Birte Kristina Friesel
-0
/
+27
2024-02-23
SymbolicRegressionFunction: export hyper-parameters to dataref
Birte Kristina Friesel
-0
/
+13
2024-02-22
Support Symbolic Regression rather than ULS in RMT leaves
Birte Kristina Friesel
-15
/
+28
2024-02-22
Replace DFATOOL_RMT_FUNCTION_LEAVES=0 with DFATOOL_RMT_SUBMODEL=static
Birte Kristina Friesel
-5
/
+6
2024-02-21
SymbolicRegressor: Add hyper-parameters and complexity score calculation
Birte Kristina Friesel
-1
/
+78
2024-02-21
SymReg: use MSE and set feature_names
Birte Kristina Friesel
-2
/
+4
2024-02-21
black(1)
Birte Kristina Friesel
-12
/
+12
2024-02-21
make SymbolicRegressionFunction inherit from SKLearnRegressionFunction
Birte Kristina Friesel
-112
/
+38
2024-02-21
rename build_dtree to build_rmt
Birte Kristina Friesel
-10
/
+10
2024-02-21
Rename DFATOOL_FIT_LINEAR_ONLY=1 to DFATOOL_SUBMODEL=fol
Birte Kristina Friesel
-2
/
+2
2024-02-21
Rename DFATOOL_DTREE_* to DFATOOL_RMT_*
Birte Kristina Friesel
-7
/
+7
2024-02-21
build_dtree: there is no need to explicitly pass param_values and data
Birte Kristina Friesel
-8
/
+2
2024-02-21
Replace DFATOOL_FIT_FOL with DFATOOL_MODEL=fol
Birte Kristina Friesel
-38
/
+42
2024-02-21
move (de)cart, lmt, xgb model generation into separate ModelAttribute functions
Birte Kristina Friesel
-84
/
+99
2024-02-21
model: Remove no longer useful build_dtree wrapper
Birte Kristina Friesel
-39
/
+24
2024-02-21
Always build model in get_fitted; never in constructor
Birte Kristina Friesel
-40
/
+23
2024-02-21
Move CART/LMT/XGB fitting into the respective modules
Birte Kristina Friesel
-217
/
+270
2024-02-20
Re-add (very very basic, for now) Symbolic Regression support
Birte Kristina Friesel
-6
/
+148
2024-02-19
FOLFunction: Do not redundantly pass param_names to constructor.
Birte Kristina Friesel
-2
/
+1
2024-02-19
--show-model-complexity: sort lexically
Birte Kristina Friesel
-2
/
+2
2024-02-19
categorial → categorical
Birte Kristina Friesel
-34
/
+36
2024-02-12
XGBoostFunction: fix complexity score and statistics calculation
Birte Kristina Friesel
-4
/
+7
2024-02-12
CART, LMT export: handle function args
Birte Kristina Friesel
-2
/
+9
2024-02-12
PTAModel.to_json: Handle missing states due to --filter-observations
Birte Kristina Friesel
-1
/
+6
2024-02-12
unfuck param_names / feature_names handling
Birte Kristina Friesel
-156
/
+129
2024-02-09
... oops
Birte Kristina Friesel
-1
/
+1
2024-02-09
CART.to_json: support function arguments
Birte Kristina Friesel
-3
/
+22
2024-02-09
Implement --show-model=param for XGB
Birte Kristina Friesel
-0
/
+7
2024-02-09
print_splitinfo: correctly chain if/elif…
Birte Kristina Friesel
-2
/
+2
2024-02-09
filter-param: support parameter names ending with '!'
Birte Kristina Friesel
-2
/
+4
2024-02-09
filter-param: support basic numeric operations and ∈ conditions
Birte Kristina Friesel
-10
/
+44
2024-02-09
add --param-shift=param=categorial option
Birte Kristina Friesel
-1
/
+3
2024-02-09
--show-model-error: indicate loaded/json model values
Birte Kristina Friesel
-1
/
+10
2024-02-09
LMT export: set paramIndex; use correct parameterNames in analytic nodes
Birte Kristina Friesel
-2
/
+12
2024-02-09
from_json: Support models without argCount and value
Birte Kristina Friesel
-3
/
+5
2024-02-08
json export: leave out undefined valueError / functionError items
Birte Kristina Friesel
-7
/
+4
2024-02-08
model export/import: rename paramDecisionValue to threshold
Birte Kristina Friesel
-11
/
+9
2024-02-06
Add ScalarSplitFunction support for manual scalar splits in RMT
Birte Kristina Friesel
-10
/
+135
2024-02-02
... add cli.py with --load-json definition
Birte Kristina Friesel
-0
/
+6
2024-02-02
ModelAttribute.from_json: Set mean/median from static model
Birte Kristina Friesel
-0
/
+2
2024-02-02
AnalyticModel: Add from_json constructor
Birte Kristina Friesel
-6
/
+32
2024-02-02
Model: do not store distinct_values; they're part of stats anyways
Birte Kristina Friesel
-10
/
+6
2024-02-01
plotter: remove redundant color specifier
Birte Kristina Friesel
-1
/
+1
2024-01-29
LMT: Fix DFATOOL_LMT_MIN_SAMPLES_LEAF default value
Birte Kristina Friesel
-1
/
+3
2024-01-26
plot_param: Handle low numeric ranges
Birte Kristina Friesel
-0
/
+2
2024-01-25
Use LMT algorithm defaults for max depth and min samples leaf.
Birte Kristina Friesel
-3
/
+3
2024-01-25
XGB: switch to XGBoost defaults
Birte Kristina Friesel
-9
/
+68
2024-01-25
add an optional XV progress bar
Birte Kristina Friesel
-0
/
+19
2024-01-25
LMT: Tailor hyper-parameters towards higher accuracy (and longer training time)
Birte Kristina Friesel
-1
/
+54
[prev]
[next]