Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-02-24 | add --export-xv option for t-tests and the like | Daniel Friesel | -0/+7 | |
2022-01-05 | store decision tree attributes of xv models in dataref export | Daniel Friesel | -1/+1 | |
2022-01-05 | cross validation: return intermediate models used for XV | Daniel Friesel | -3/+5 | |
These are interesting for statistics, e.g. to determine the average dtree size | ||||
2021-11-24 | validation: add SMAPE output | Daniel Friesel | -2/+3 | |
2021-11-23 | add parameter-aware cross validation | Daniel Friesel | -3/+40 | |
2021-10-13 | Make CrossValidator independent of PTAModel signature | Daniel Friesel | -5/+10 | |
2021-03-08 | model.assess: remove superfluous "by_name" indirection | Daniel Friesel | -7/+7 | |
2020-07-15 | CrossValidator: Compute RMSD | Daniel Friesel | -12/+9 | |
2020-07-06 | Move CrossValidator to a separate validation module | Daniel Friesel | -0/+241 | |