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
/
parameters.py
Age
Commit message (
Expand
)
Author
Lines
2024-03-07
RMT: support mutual information-based parameter relevance
Birte Kristina Friesel
-0
/
+26
2024-03-07
DFATOOL_RMT_IGNORE_IRRELEVANT_PARAMS=1 → DFATOOL_RMT_RELEVANCE_METHOD=std_b...
Birte Kristina Friesel
-21
/
+12
2024-03-06
Add LightGBM support
Birte Kristina Friesel
-0
/
+18
2024-02-26
add RMT_SUBMODEL=cart
Birte Kristina Friesel
-2
/
+8
2024-02-22
Support Symbolic Regression rather than ULS in RMT leaves
Birte Kristina Friesel
-15
/
+26
2024-02-22
Replace DFATOOL_RMT_FUNCTION_LEAVES=0 with DFATOOL_RMT_SUBMODEL=static
Birte Kristina Friesel
-4
/
+5
2024-02-21
make SymbolicRegressionFunction inherit from SKLearnRegressionFunction
Birte Kristina Friesel
-23
/
+27
2024-02-21
rename build_dtree to build_rmt
Birte Kristina Friesel
-6
/
+6
2024-02-21
Rename DFATOOL_FIT_LINEAR_ONLY=1 to DFATOOL_SUBMODEL=fol
Birte Kristina Friesel
-1
/
+1
2024-02-21
Rename DFATOOL_DTREE_* to DFATOOL_RMT_*
Birte Kristina Friesel
-6
/
+6
2024-02-21
build_dtree: there is no need to explicitly pass param_values and data
Birte Kristina Friesel
-4
/
+2
2024-02-21
Replace DFATOOL_FIT_FOL with DFATOOL_MODEL=fol
Birte Kristina Friesel
-35
/
+40
2024-02-21
move (de)cart, lmt, xgb model generation into separate ModelAttribute functions
Birte Kristina Friesel
-80
/
+80
2024-02-21
Move CART/LMT/XGB fitting into the respective modules
Birte Kristina Friesel
-207
/
+34
2024-02-20
Re-add (very very basic, for now) Symbolic Regression support
Birte Kristina Friesel
-0
/
+26
2024-02-19
FOLFunction: Do not redundantly pass param_names to constructor.
Birte Kristina Friesel
-2
/
+1
2024-02-19
categorial → categorical
Birte Kristina Friesel
-7
/
+7
2024-02-12
unfuck param_names / feature_names handling
Birte Kristina Friesel
-83
/
+29
2024-02-09
CART.to_json: support function arguments
Birte Kristina Friesel
-0
/
+1
2024-02-09
LMT export: set paramIndex; use correct parameterNames in analytic nodes
Birte Kristina Friesel
-1
/
+6
2024-02-06
Add ScalarSplitFunction support for manual scalar splits in RMT
Birte Kristina Friesel
-1
/
+1
2024-02-02
ModelAttribute.from_json: Set mean/median from static model
Birte Kristina Friesel
-0
/
+2
2024-01-29
LMT: Fix DFATOOL_LMT_MIN_SAMPLES_LEAF default value
Birte Kristina Friesel
-1
/
+3
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
-8
/
+62
2024-01-25
LMT: Tailor hyper-parameters towards higher accuracy (and longer training time)
Birte Kristina Friesel
-1
/
+54
2024-01-24
Use separate /hyper/ hierarchy for hyper-parameter export
Birte Kristina Friesel
-3
/
+0
2024-01-23
Allow --skip-param-stats to be used in FIT_FOL mode
Birte Kristina Friesel
-3
/
+10
2024-01-22
Support LUT model independent of --skip-param-stats
Birte Kristina Friesel
-1
/
+6
2024-01-19
Store n_samples in all relevant ModelFunction instances
Birte Kristina Friesel
-5
/
+12
2024-01-19
dataref export: include XGB hyper-parameters
Birte Kristina Friesel
-1
/
+4
2024-01-19
optionally store n_samples in ModelFunction
Birte Kristina Friesel
-7
/
+16
2024-01-19
Remove unused ModelAttribute.split code; splits are handled via SplitFunction
Birte Kristina Friesel
-80
/
+34
2024-01-19
parameters: nits
Birte Kristina Friesel
-4
/
+6
2024-01-19
assertions
Birte Kristina Friesel
-1
/
+4
2024-01-18
Rename DFATOOL_{'' → ULS_}SKIP_CODEPENDENT_CHECK
Birte Kristina Friesel
-1
/
+1
2024-01-18
build_dtree: do not ignore codependent parameters
Birte Kristina Friesel
-2
/
+7
2024-01-18
parameters: ModelAttribute: remane .ignore_param to .ignore_codependent_param
Birte Kristina Friesel
-12
/
+14
2024-01-17
Disable DFATOOL_DTREE_IGNORE_IRRELEVANT_PARAMS by default
Birte Kristina Friesel
-2
/
+2
2024-01-17
dtree irrelevant param detection nits; still not working properly
Birte Kristina Friesel
-5
/
+5
2024-01-17
Stop splitting if there is no split that reduces loss
Birte Kristina Friesel
-1
/
+3
2024-01-16
build_dtree: add another assertion for good measure
Birte Kristina Friesel
-4
/
+2
2024-01-16
Add LMT support for --export-json / ModelAttribute.to_json
Birte Kristina Friesel
-1
/
+5
2024-01-15
improve(?) loss_ignore_scalar implementation: more opportunities for FFS
Birte Kristina Friesel
-6
/
+44
2024-01-15
dtraa loss_ignore_scalar: calculate unsuitable params for each node
Birte Kristina Friesel
-2
/
+20
2024-01-15
dtree: replace condition by assertion
Birte Kristina Friesel
-11
/
+11
2024-01-15
decrease non-debug verbosity
Birte Kristina Friesel
-6
/
+2
2024-01-12
Expose DFATOOL_ULS_MIN_DISTINCT_VALUES training hyper-parameter
Birte Kristina Friesel
-1
/
+5
2024-01-12
It's THRESHOLD, not TRESHOLD. Oops.
Birte Kristina Friesel
-2
/
+2
2024-01-11
Add helper function missing in previous commit.
Birte Kristina Friesel
-3
/
+22
[next]