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
2022-02-02
build_dtree: improve debug output
Daniel Friesel
-7
/
+7
2022-02-02
build_dtree: ignore codependent parameters
Daniel Friesel
-0
/
+1
2022-02-01
dref export: static and analytic function ≙ single-node tree
Daniel Friesel
-0
/
+3
2022-01-31
update tests for 063b277b32e8bdde5ce04efdf236c7821c79a3da
Daniel Friesel
-17
/
+17
2022-01-31
RMT generation: only split on relevant variables
Daniel Friesel
-3
/
+19
2022-01-31
ParamStats: Remove unused can_be_fitted function
Daniel Friesel
-30
/
+0
2022-01-31
LMT generation: Catch LinAlg errors (e.g. during SVD), fall back to static
Daniel Friesel
-1
/
+6
2022-01-31
allow parameter values to be adjusted before modeling
Daniel Friesel
-0
/
+55
2022-01-28
PTAModel: Add force_tree option
Daniel Friesel
-2
/
+59
2022-01-27
export dataref entries with deterministic order
Daniel Friesel
-2
/
+2
2022-01-27
add LMT support via https://github.com/cerlymarco/linear-tree
Daniel Friesel
-0
/
+2962
2022-01-26
Add tree attribute export for XGBoost
Daniel Friesel
-10
/
+32
2022-01-21
add depth / #nodes accessor to sklearn CART model
Daniel Friesel
-2
/
+28
2022-01-21
"if np.std(data) < 0". real galaxy brain condition right there.
Daniel Friesel
-1
/
+1
2022-01-21
parameters: fix xgb model dump
Daniel Friesel
-2
/
+3
2022-01-18
optionally export xgboost model
Daniel Friesel
-0
/
+3
2022-01-18
loader: gracefully handle uncreatable cache directory
Daniel Friesel
-0
/
+6
2022-01-17
build_tree: oops. properly set staticfunction
Daniel Friesel
-2
/
+4
2022-01-17
XGBoost: add env variables for num regressors and max depth
Daniel Friesel
-8
/
+14
2022-01-17
CART, XGBoost: Fall back to StaticFunction if no parameters are available
Daniel Friesel
-0
/
+10
2022-01-17
XGBoost: Input data must be two-dimensional
Daniel Friesel
-1
/
+1
2022-01-14
fix categorial-to-scalar handler for categorial values unseen during training
Daniel Friesel
-1
/
+1
2022-01-10
SKLearnRegressionFunction: handle unseen params in categorial_to_index mode
Daniel Friesel
-2
/
+13
2022-01-06
README: Document XGBoost
Daniel Friesel
-0
/
+1
2022-01-06
param_to_ndarray: remove debug output
Daniel Friesel
-3
/
+0
2022-01-06
perform categorial→scalar conversion based on env var
Daniel Friesel
-2
/
+7
2022-01-06
sklearn (CART, XGBoost): support mapping of categorial parameter values to sc...
Daniel Friesel
-10
/
+36
2022-01-06
test: adjust validator usage for 2c5bcd77f2c952cc5269ca3e4b6e0a7323ebd085
Daniel Friesel
-2
/
+2
2022-01-06
add preliminary xgboost support
Daniel Friesel
-1
/
+27
2022-01-06
add xv data to dref export
Daniel Friesel
-3
/
+3
2022-01-05
store decision tree attributes of xv models in dataref export
Daniel Friesel
-9
/
+57
2022-01-05
cross validation: return intermediate models used for XV
Daniel Friesel
-20
/
+28
2022-01-05
README: document sklearn cart
Daniel Friesel
-0
/
+2
2021-12-23
model: add sklearn CART support (CART with scalar features)
Daniel Friesel
-3
/
+91
2021-12-03
dtree: switch to ssr loss
Daniel Friesel
-12
/
+13
2021-12-03
model: fix parameter counts in dataref export
Daniel Friesel
-1
/
+3
2021-12-03
model: Remove temporary ResKIL accuracy/power modeling hack
Daniel Friesel
-7
/
+0
2021-12-03
optionally ignore scalar parameters during dtree split generation
Daniel Friesel
-16
/
+68
2021-12-01
add ParamType helper class
Daniel Friesel
-13
/
+48
2021-12-01
model: Add MAPE export
Daniel Friesel
-0
/
+12
2021-12-01
move some standard arguments to cli helper class
Daniel Friesel
-40
/
+24
2021-11-24
validation: add SMAPE output
Daniel Friesel
-2
/
+3
2021-11-23
add parameter-aware cross validation
Daniel Friesel
-3
/
+52
2021-11-22
handle fit errors in cross validation
Daniel Friesel
-4
/
+26
2021-11-19
kconfig exploration: 5 values should be sufficient
Daniel Friesel
-1
/
+1
2021-11-18
do not convert scalar observations to boolean ones
Daniel Friesel
-1
/
+1
2021-11-18
add model generation time to dataref export
Daniel Friesel
-7
/
+23
2021-11-17
export number of dtree nodes to dataref
Daniel Friesel
-0
/
+13
2021-11-16
add configuration variable for non-binary dtree node support
Daniel Friesel
-13
/
+57
2021-11-16
Add env var for safe functions; disable unsafe functions in that case
Daniel Friesel
-1
/
+8
[next]