summaryrefslogtreecommitdiff
path: root/lib/model.py
AgeCommit message (Expand)AuthorLines
2020-09-07Merge branch 'master' into decisiontreesDaniel Friesel-2/+6
2020-07-15Allow state-only PTAModel to be converted to JSON without underlying PTADaniel Friesel-2/+6
2020-07-10working decision tree generationDaniel Friesel-0/+67
2020-07-09recursive descent with... interesting resultsDaniel Friesel-2/+7
2020-07-09working candidate detection for decision treesDaniel Friesel-2/+110
2020-07-09Remove unimplemented discard-outliers optionsDaniel Friesel-9/+0
2020-07-06Remove co-dependent parameter detection codeDaniel Friesel-25/+0
2020-07-06Move ParamFit, PTAModel, AnalyticModel to model.py moduleDaniel Friesel-0/+1186