summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2024-01-25Use LMT algorithm defaults for max depth and min samples leaf.Birte Kristina Friesel-3/+3
2024-01-25XGB: switch to XGBoost defaultsBirte Kristina Friesel-9/+68
2024-01-25add an optional XV progress barBirte Kristina Friesel-0/+19
2024-01-25LMT: Tailor hyper-parameters towards higher accuracy (and longer training time)Birte Kristina Friesel-1/+54
2024-01-25add hyper-parameter export for CART and LMTBirte Kristina Friesel-0/+20
2024-01-24Use separate /hyper/ hierarchy for hyper-parameter exportBirte Kristina Friesel-13/+20
2024-01-23--function-override: Use : for splitting to support spaces in key/attr namesBirte Kristina Friesel-1/+1
2024-01-23Allow --skip-param-stats to be used in FIT_FOL modeBirte Kristina Friesel-5/+22
2024-01-22Support LUT model independent of --skip-param-statsBirte Kristina Friesel-6/+7
2024-01-22Add --skip-param-stats support to analyze-{archive,log}Birte Kristina Friesel-0/+8
2024-01-19RMT: Set DFATOOL_RMT_WEIGHTED_AVG=1 for weighted average in queriesBirte Kristina Friesel-0/+6
2024-01-19Store n_samples in all relevant ModelFunction instancesBirte Kristina Friesel-7/+14
2024-01-19functions: explicitly mention _xgb_ hyper-parameters in dref exportBirte Kristina Friesel-7/+7
2024-01-19dataref export: include XGB hyper-parametersBirte Kristina Friesel-1/+15
2024-01-19optionally store n_samples in ModelFunctionBirte Kristina Friesel-17/+29
2024-01-19Remove unused ModelAttribute.split code; splits are handled via SplitFunctionBirte Kristina Friesel-80/+34
2024-01-19parameters: nitsBirte Kristina Friesel-4/+6
2024-01-19assertionsBirte Kristina Friesel-1/+4
2024-01-18Rename DFATOOL_{'' → ULS_}SKIP_CODEPENDENT_CHECKBirte Kristina Friesel-1/+1
2024-01-18kconfig: ignore strings by default (implicit DFATOOL_KCONF_IGNORE_STRING=1)Birte Kristina Friesel-1/+1
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-17paramfit: use sum(ssr) rather than mean(rmsd) for best-fit selectionBirte Kristina Friesel-9/+21
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-2/+2
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/+23
2024-01-12Move --force-tree definition to cli.pyBirte Kristina Friesel-0/+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/+5
2024-01-12It's THRESHOLD, not TRESHOLD. Oops.Birte Kristina Friesel-2/+2
2024-01-11Rename --show-model-size to --show-model-complexityBirte Kristina Friesel-17/+18
2024-01-11Rename --show-quality=table to --show-model-errorBirte Kristina Friesel-0/+5
2024-01-11move --show-quality=table header to cli.pyBirte Kristina Friesel-1/+8
2024-01-11add --export-json optionBirte Kristina Friesel-0/+6
2024-01-11move --plot-param definition to cli.pyBirte Kristina Friesel-0/+9
2024-01-11I need more coffeeBirte Kristina Friesel-0/+18