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-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
2024-01-10
derp
Birte Kristina Friesel
-1
/
+1
2024-01-10
RMT generation: Correctly combine codependent and irrelevant parameters
Birte Kristina Friesel
-2
/
+4
2024-01-10
dot export: add xgboost support and documentation
Birte Kristina Friesel
-41
/
+30
2024-01-10
FOLFunction: Implement to_dot
Birte Kristina Friesel
-0
/
+1
2024-01-10
Expose more XGBoost training hyper-parameters via environment variables
Birte Kristina Friesel
-3
/
+5
2023-12-22
parameters: more debug output
Birte Kristina Friesel
-1
/
+6
2023-11-27
--info: also print range of observations
Birte Kristina Friesel
-0
/
+6
2023-02-01
XGB: Add --export-webconf support (generate a list of CART)
Daniel Friesel
-2
/
+6
2022-12-23
also respect relevance threshold in depends_on_arg
Daniel Friesel
-1
/
+2
2022-12-22
make threshold for parameter relevance heuristic configurable
Daniel Friesel
-3
/
+12
2022-11-29
dataref export: add number of inner decision tree nodes
Daniel Friesel
-8
/
+6
2022-11-29
dtree export: a single-node tree has a depth of zero, not one.
Daniel Friesel
-1
/
+1
2022-10-27
param: export LUT complexity
Daniel Friesel
-1
/
+3
2022-10-18
--export-dref: calculate model complexity
Daniel Friesel
-0
/
+3
2022-10-13
parameters: add some warnings
Daniel Friesel
-0
/
+11
2022-06-14
MOdelAttribute/FOL: Ignore parameters that only have a single distinct value
Daniel Friesel
-2
/
+5
2022-06-08
FOL: Add JSON export
Daniel Friesel
-1
/
+1
2022-06-03
support ignoring 'irrelevant' parameters in FOL function
Daniel Friesel
-1
/
+9
2022-06-03
add first order linear functions for evaluation purposes
Daniel Friesel
-51
/
+9
2022-05-30
_corr_by_param: catch TypeError as well
Daniel Friesel
-4
/
+2
2022-05-30
_corr_by_param: cast floaty strings to float
Daniel Friesel
-1
/
+3
2022-03-29
parameters: to_dot: Allow exporting single-node trees
Daniel Friesel
-1
/
+5
2022-03-23
RMT, CART, XGB: Add #leaves to dref export
Daniel Friesel
-2
/
+6
2022-03-21
dtree: fix missing function leaves when nonbinary nodes are disabled
Daniel Friesel
-7
/
+7
2022-03-17
dtree: only compute by_param if ignore_irrelevant_parameters is set
Daniel Friesel
-6
/
+7
2022-03-17
dataref export: LMT: add number of leaves
Daniel Friesel
-0
/
+3
2022-03-02
ModelAttribute.to_json: special handling for CARTFunction. TODO refactoring
Daniel Friesel
-0
/
+45
2022-03-01
refactor tree generation overrides into build_dtree
Daniel Friesel
-8
/
+34
[next]