Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-10-02 | store project name in dtree modelkconfig-modeling | Daniel Friesel | -2/+5 | |
2020-09-30 | KConfigModel: Export kconfig hash | Daniel Friesel | -0/+5 | |
2020-09-16 | make choice node configurable | Daniel Friesel | -4/+7 | |
2020-09-16 | add kconfig model cross validation | Daniel Friesel | -3/+38 | |
2020-09-16 | switch to sum of squared residuals as loss function | Daniel Friesel | -33/+47 | |
This is in line with DECART by Guo et al., 2017 | ||||
2020-09-16 | documentation | Daniel Friesel | -4/+45 | |
2020-09-16 | kconfig model: json import | Daniel Friesel | -36/+152 | |
2020-09-14 | configurable maximum stddev for kconfig model | Daniel Friesel | -5/+8 | |
2020-09-14 | Fix KConfigModel.to_json | Daniel Friesel | -1/+1 | |
2020-09-11 | add analyze-kconfig script | Daniel Friesel | -16/+32 | |
2020-09-10 | add kconfig benchmark loader and model generation | Daniel Friesel | -2/+117 | |
2020-07-15 | Allow state-only PTAModel to be converted to JSON without underlying PTA | Daniel Friesel | -2/+6 | |
2020-07-09 | Remove unimplemented discard-outliers options | Daniel Friesel | -9/+0 | |
2020-07-06 | Remove co-dependent parameter detection code | Daniel Friesel | -25/+0 | |
It doesn't work and is not methodically sound. Decision/Regression Trees seem to be the way to go | ||||
2020-07-06 | Move ParamFit, PTAModel, AnalyticModel to model.py module | Daniel Friesel | -0/+1186 | |