Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-07-06 | Rename dfatool.dfatool to dfatool.loader | Daniel Friesel | -1/+1 | |
2020-07-06 | Move ParamFit, PTAModel, AnalyticModel to model.py module | Daniel Friesel | -1/+2 | |
2020-07-03 | AnalyticFunction: Remove _ prefix from public attributes | Daniel Friesel | -8/+8 | |
2020-05-28 | bin: rename opts to opt, as it is a dict | Daniel Friesel | -6/+6 | |
2020-05-28 | use black(1) for uniform code formatting | Daniel Friesel | -58/+129 | |
2020-04-29 | Use relative module paths. PYTHONPATH=lib bin/... is no longer needed | Daniel Friesel | -2/+1 | |
2019-02-13 | add generic monte carlo cross validation | Daniel Friesel | -6/+6 | |
2019-02-08 | fix eval-outlier-removal to account for not-so-recent PTAModel.assess changes | Daniel Friesel | -4/+6 | |
2019-02-08 | Convert PTAModel to EnergyModel signature | Daniel Friesel | -0/+152 | |
outlier detection / removal is not supported at the moment. |