summaryrefslogtreecommitdiff
path: root/lib/validation.py
AgeCommit message (Expand)AuthorLines
2022-01-05store decision tree attributes of xv models in dataref exportDaniel Friesel-1/+1
2022-01-05cross validation: return intermediate models used for XVDaniel Friesel-3/+5
2021-11-24validation: add SMAPE outputDaniel Friesel-2/+3
2021-11-23add parameter-aware cross validationDaniel Friesel-3/+40
2021-10-13Make CrossValidator independent of PTAModel signatureDaniel Friesel-5/+10
2021-03-08model.assess: remove superfluous "by_name" indirectionDaniel Friesel-7/+7
2020-07-15CrossValidator: Compute RMSDDaniel Friesel-12/+9
2020-07-06Move CrossValidator to a separate validation moduleDaniel Friesel-0/+241