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
/
functions.py
Age
Commit message (
Expand
)
Author
Lines
2024-07-19
Add DFATOOL_ULS_FUNCTIONS variable
Birte Kristina Friesel
-0
/
+6
2024-07-19
specify appropriate bounds for roofline functions.
Birte Kristina Friesel
-4
/
+36
2024-07-19
ULS: add support for roofline functions
Birte Kristina Friesel
-11
/
+25
2024-03-22
oooops
Birte Kristina Friesel
-0
/
+1
2024-03-22
RMT: add max depth hyper-parameter
Birte Kristina Friesel
-0
/
+9
2024-03-19
dataref export: add preprocessing and RMT method/threshold
Birte Kristina Friesel
-6
/
+29
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
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
2024-03-07
feature pre-processing via information gain
Birte Kristina Friesel
-7
/
+110
2024-03-07
lightgbm: use same logger as dfatool
Birte Kristina Friesel
-0
/
+1
2024-03-06
Add LightGBM support
Birte Kristina Friesel
-0
/
+167
2024-02-23
SymbolicRegressionFunction: export hyper-parameters to dataref
Birte Kristina Friesel
-0
/
+13
2024-02-22
Replace DFATOOL_RMT_FUNCTION_LEAVES=0 with DFATOOL_RMT_SUBMODEL=static
Birte Kristina Friesel
-1
/
+1
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
make SymbolicRegressionFunction inherit from SKLearnRegressionFunction
Birte Kristina Friesel
-86
/
+9
2024-02-21
Rename DFATOOL_FIT_LINEAR_ONLY=1 to DFATOOL_SUBMODEL=fol
Birte Kristina Friesel
-1
/
+1
2024-02-21
Move CART/LMT/XGB fitting into the respective modules
Birte Kristina Friesel
-10
/
+236
2024-02-20
Re-add (very very basic, for now) Symbolic Regression support
Birte Kristina Friesel
-0
/
+103
2024-02-19
categorial → categorical
Birte Kristina Friesel
-19
/
+21
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
unfuck param_names / feature_names handling
Birte Kristina Friesel
-39
/
+79
2024-02-09
... oops
Birte Kristina Friesel
-1
/
+1
2024-02-09
CART.to_json: support function arguments
Birte Kristina Friesel
-3
/
+21
2024-02-09
LMT export: set paramIndex; use correct parameterNames in analytic nodes
Birte Kristina Friesel
-1
/
+6
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
-7
/
+5
2024-02-06
Add ScalarSplitFunction support for manual scalar splits in RMT
Birte Kristina Friesel
-1
/
+101
2024-01-25
XGB: switch to XGBoost defaults
Birte Kristina Friesel
-1
/
+6
2024-01-25
add hyper-parameter export for CART and LMT
Birte Kristina Friesel
-0
/
+20
2024-01-24
Use separate /hyper/ hierarchy for hyper-parameter export
Birte Kristina Friesel
-10
/
+18
2024-01-19
RMT: Set DFATOOL_RMT_WEIGHTED_AVG=1 for weighted average in queries
Birte Kristina Friesel
-0
/
+6
2024-01-19
Store n_samples in all relevant ModelFunction instances
Birte Kristina Friesel
-2
/
+2
2024-01-19
functions: explicitly mention _xgb_ hyper-parameters in dref export
Birte Kristina Friesel
-7
/
+7
2024-01-19
dataref export: include XGB hyper-parameters
Birte Kristina Friesel
-0
/
+11
2024-01-19
optionally store n_samples in ModelFunction
Birte Kristina Friesel
-10
/
+13
2024-01-16
Implement --show-model=param for LMT
Birte Kristina Friesel
-0
/
+29
2024-01-10
AnalyticFunction: this warning is more of a debug hint
Birte Kristina Friesel
-1
/
+1
2024-01-10
FOLFunction: Implement to_dot
Birte Kristina Friesel
-0
/
+10
2023-02-01
XGB: Add --export-webconf support (generate a list of CART)
Daniel Friesel
-1
/
+36
2022-11-30
tree model complexity score: include number of non-leaf nodes
Daniel Friesel
-4
/
+4
2022-11-21
remove a forgotten debug print
Daniel Friesel
-1
/
+0
2022-11-21
LMT: implement complexity score
Daniel Friesel
-2
/
+10
2022-10-18
--export-dref: calculate model complexity
Daniel Friesel
-0
/
+29
2022-09-22
CART, XGB: Improve eval speed by predicting everything at once
Daniel Friesel
-0
/
+38
2022-06-15
FOL: Improve error messages
Daniel Friesel
-1
/
+6
[next]