summaryrefslogtreecommitdiff
path: root/bin/eval-outlier-removal.py
AgeCommit message (Collapse)AuthorLines
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-2/+1
2019-02-13add generic monte carlo cross validationDaniel Friesel-6/+6
2019-02-08fix eval-outlier-removal to account for not-so-recent PTAModel.assess changesDaniel Friesel-4/+6
2019-02-08Convert PTAModel to EnergyModel signatureDaniel Friesel-0/+152
outlier detection / removal is not supported at the moment.