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
2024-03-06
Add LightGBM support
Birte Kristina Friesel
-2
/
+202
2024-03-06
boxplot_param: fix --filter-param handling
Birte Kristina Friesel
-1
/
+1
2024-03-06
import lightgbm
Birte Kristina Friesel
-0
/
+10415
2024-02-26
add RMT_SUBMODEL=cart
Birte Kristina Friesel
-3
/
+9
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
/
+36
2024-02-23
SymbolicRegressionFunction: export hyper-parameters to dataref
Birte Kristina Friesel
-0
/
+13
2024-02-22
analyze-archive: sorted model output
Birte Kristina Friesel
-4
/
+4
2024-02-22
Support Symbolic Regression rather than ULS in RMT leaves
Birte Kristina Friesel
-16
/
+29
2024-02-22
Replace DFATOOL_RMT_FUNCTION_LEAVES=0 with DFATOOL_RMT_SUBMODEL=static
Birte Kristina Friesel
-8
/
+8
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
-113
/
+39
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
-3
/
+3
2024-02-21
Rename DFATOOL_DTREE_* to DFATOOL_RMT_*
Birte Kristina Friesel
-21
/
+21
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
-41
/
+47
2024-02-21
update documentation and examples
Birte Kristina Friesel
-20
/
+21
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
-48
/
+50
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
-169
/
+140
2024-02-09
frozendict is no longer required
Birte Kristina Friesel
-4
/
+1
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
computers hard
Birte Kristina Friesel
-13
/
+13
2024-02-09
analyze-archive: remove debug output
Birte Kristina Friesel
-2
/
+0
2024-02-09
filter-param: support parameter names ending with '!'
Birte Kristina Friesel
-11
/
+30
2024-02-09
filter-param: support basic numeric operations and ∈ conditions
Birte Kristina Friesel
-13
/
+47
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
/
+14
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
Document nodes in exported models
Birte Kristina Friesel
-0
/
+61
2024-02-08
model export/import: rename paramDecisionValue to threshold
Birte Kristina Friesel
-11
/
+9
2024-02-06
README: Clarify DFATOOL_LMT_MIN_SAMPLES_LEAF semantics
Birte Kristina Friesel
-1
/
+1
2024-02-06
--export-json: pretty-print for easier manual editing
Birte Kristina Friesel
-2
/
+14
[prev]
[next]