summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2024-01-19assertionsBirte Kristina Friesel-1/+4
2024-01-18Rename DFATOOL_{'' → ULS_}SKIP_CODEPENDENT_CHECKBirte Kristina Friesel-3/+3
2024-01-18Document DFATOOL_SKIP_CODEPENDENT_CHECKBirte Kristina Friesel-0/+1
2024-01-18kconfig: ignore strings by default (implicit DFATOOL_KCONF_IGNORE_STRING=1)Birte Kristina Friesel-4/+4
2024-01-18build_dtree: do not ignore codependent parametersBirte Kristina Friesel-2/+7
2024-01-18parameters: ModelAttribute: remane .ignore_param to .ignore_codependent_paramBirte Kristina Friesel-12/+14
2024-01-17update tests for 0015665bda8511db30c254adb351af94494deb7fBirte Kristina Friesel-4/+16
2024-01-17paramfit: use sum(ssr) rather than mean(rmsd) for best-fit selectionBirte Kristina Friesel-9/+21
2024-01-17Update tests for d95d873995f6ea29d38ca7e26e440d9c8b0a0348Birte Kristina Friesel-9/+9
2024-01-17cli: fix energy_Pt model checkBirte Kristina Friesel-2/+2
2024-01-17_try_fits: remove unused results_by_paramBirte Kristina Friesel-10/+0
2024-01-17Disable DFATOOL_DTREE_IGNORE_IRRELEVANT_PARAMS by defaultBirte Kristina Friesel-3/+3
2024-01-17dtree irrelevant param detection nits; still not working properlyBirte Kristina Friesel-5/+5
2024-01-17Stop splitting if there is no split that reduces lossBirte Kristina Friesel-1/+3
2024-01-16build_dtree: add another assertion for good measureBirte Kristina Friesel-4/+2
2024-01-16model: Correctly set threshold from compute_statsBirte Kristina Friesel-1/+1
2024-01-16model: ModelAttribute is defined in .parameters, not .automataBirte Kristina Friesel-1/+2
2024-01-16Add LMT support for --export-json / ModelAttribute.to_jsonBirte Kristina Friesel-1/+5
2024-01-16plotter: remove useless 'red' colour specifierBirte Kristina Friesel-1/+1
2024-01-16Implement --show-model=param for LMTBirte Kristina Friesel-0/+55
2024-01-15improve(?) loss_ignore_scalar implementation: more opportunities for FFSBirte Kristina Friesel-6/+44
2024-01-15dtraa loss_ignore_scalar: calculate unsuitable params for each nodeBirte Kristina Friesel-2/+20
2024-01-15dtree: replace condition by assertionBirte Kristina Friesel-11/+11
2024-01-15decrease non-debug verbosityBirte Kristina Friesel-6/+2
2024-01-15PTAModel.asses: support transitions with partial dataBirte Kristina Friesel-1/+1
2024-01-12add --filter-observationsBirte Kristina Friesel-0/+41
2024-01-12doc: Add --export-pgf-unparamBirte Kristina Friesel-1/+7
2024-01-12Move --force-tree definition to cli.pyBirte Kristina Friesel-15/+5
2024-01-12--export-dref: store commandline in .tex fileBirte Kristina Friesel-0/+2
2024-01-12Expose DFATOOL_ULS_MIN_DISTINCT_VALUES training hyper-parameterBirte Kristina Friesel-1/+6
2024-01-12It's THRESHOLD, not TRESHOLD. Oops.Birte Kristina Friesel-3/+3
2024-01-12Document DFATOOL_PARAM_RELEVANCE_TRESHOLDBirte Kristina Friesel-0/+1
2024-01-11Rename --show-model-size to --show-model-complexityBirte Kristina Friesel-23/+24
2024-01-11Fix xv_count handlingBirte Kristina Friesel-1/+6
2024-01-11Rename --show-quality=table to --show-model-errorBirte Kristina Friesel-43/+14
2024-01-11add model assessment documentationBirte Kristina Friesel-0/+23
2024-01-11move --show-quality=table header to cli.pyBirte Kristina Friesel-13/+11
2024-01-11add --export-json optionBirte Kristina Friesel-0/+23
2024-01-11consistently export --plot-param graphs to PDFBirte Kristina Friesel-6/+17
2024-01-11move --plot-param definition to cli.pyBirte Kristina Friesel-37/+9
2024-01-11doc: mention that --plot-param also shows model predictionsBirte Kristina Friesel-1/+11
2024-01-11I need more coffeeBirte Kristina Friesel-0/+18
2024-01-11Add helper function missing in previous commit.Birte Kristina Friesel-3/+22
2024-01-10derpBirte Kristina Friesel-1/+1
2024-01-10AnalyticFunction: this warning is more of a debug hintBirte Kristina Friesel-1/+1
2024-01-10RMT generation: Correctly combine codependent and irrelevant parametersBirte Kristina Friesel-2/+4
2024-01-10dot export: add xgboost support and documentationBirte Kristina Friesel-41/+49
2024-01-10show-model=param: fix cart thresholdsBirte Kristina Friesel-2/+2
2024-01-10FOLFunction: Implement to_dotBirte Kristina Friesel-0/+11
2024-01-10CLI: Add a minimal sanity checkBirte Kristina Friesel-0/+13