summaryrefslogtreecommitdiff
path: root/lib/parameters.py
AgeCommit message (Expand)AuthorLines
2023-11-27--info: also print range of observationsBirte Kristina Friesel-0/+6
2023-02-01XGB: Add --export-webconf support (generate a list of CART)Daniel Friesel-2/+6
2022-12-23also respect relevance threshold in depends_on_argDaniel Friesel-1/+2
2022-12-22make threshold for parameter relevance heuristic configurableDaniel Friesel-3/+12
2022-11-29dataref export: add number of inner decision tree nodesDaniel Friesel-8/+6
2022-11-29dtree export: a single-node tree has a depth of zero, not one.Daniel Friesel-1/+1
2022-10-27param: export LUT complexityDaniel Friesel-1/+3
2022-10-18--export-dref: calculate model complexityDaniel Friesel-0/+3
2022-10-13parameters: add some warningsDaniel Friesel-0/+11
2022-06-14MOdelAttribute/FOL: Ignore parameters that only have a single distinct valueDaniel Friesel-2/+5
2022-06-08FOL: Add JSON exportDaniel Friesel-1/+1
2022-06-03support ignoring 'irrelevant' parameters in FOL functionDaniel Friesel-1/+9
2022-06-03add first order linear functions for evaluation purposesDaniel Friesel-51/+9
2022-05-30_corr_by_param: catch TypeError as wellDaniel Friesel-4/+2
2022-05-30_corr_by_param: cast floaty strings to floatDaniel Friesel-1/+3
2022-03-29parameters: to_dot: Allow exporting single-node treesDaniel Friesel-1/+5
2022-03-23RMT, CART, XGB: Add #leaves to dref exportDaniel Friesel-2/+6
2022-03-21dtree: fix missing function leaves when nonbinary nodes are disabledDaniel Friesel-7/+7
2022-03-17dtree: only compute by_param if ignore_irrelevant_parameters is setDaniel Friesel-6/+7
2022-03-17dataref export: LMT: add number of leavesDaniel Friesel-0/+3
2022-03-02ModelAttribute.to_json: special handling for CARTFunction. TODO refactoringDaniel Friesel-0/+45
2022-03-01refactor tree generation overrides into build_dtreeDaniel Friesel-8/+34
2022-03-01Add SKLEARN DECART supportDaniel Friesel-5/+23
2022-03-01LMT: set max depth to 20Daniel Friesel-1/+1
2022-02-22ModelAttribute: Keep original parameters when handling interdependent onesDaniel Friesel-2/+3
2022-02-21add dtree graphviz/dot export via --export-dot / to_dot()Daniel Friesel-0/+63
2022-02-09allow dtree relevant parameter detection to be disabledDaniel Friesel-6/+12
2022-02-04use O(n) instead of O(2^m) iterator in _mean_std_by_param. Oops.Daniel Friesel-20/+16
2022-02-02build_dtree: improve debug outputDaniel Friesel-7/+7
2022-02-02build_dtree: ignore codependent parametersDaniel Friesel-0/+1
2022-02-01dref export: static and analytic function ≙ single-node treeDaniel Friesel-0/+3
2022-01-31RMT generation: only split on relevant variablesDaniel Friesel-3/+19
2022-01-31ParamStats: Remove unused can_be_fitted functionDaniel Friesel-30/+0
2022-01-31LMT generation: Catch LinAlg errors (e.g. during SVD), fall back to staticDaniel Friesel-1/+6
2022-01-28PTAModel: Add force_tree optionDaniel Friesel-0/+1
2022-01-27add LMT support via https://github.com/cerlymarco/linear-treeDaniel Friesel-0/+21
2022-01-26Add tree attribute export for XGBoostDaniel Friesel-2/+6
2022-01-21add depth / #nodes accessor to sklearn CART modelDaniel Friesel-2/+2
2022-01-21"if np.std(data) < 0". real galaxy brain condition right there.Daniel Friesel-1/+1
2022-01-21parameters: fix xgb model dumpDaniel Friesel-2/+3
2022-01-18optionally export xgboost modelDaniel Friesel-0/+3
2022-01-17build_tree: oops. properly set staticfunctionDaniel Friesel-2/+4
2022-01-17XGBoost: add env variables for num regressors and max depthDaniel Friesel-6/+10
2022-01-17CART, XGBoost: Fall back to StaticFunction if no parameters are availableDaniel Friesel-0/+10
2022-01-17XGBoost: Input data must be two-dimensionalDaniel Friesel-1/+1
2022-01-06param_to_ndarray: remove debug outputDaniel Friesel-3/+0
2022-01-06perform categorial→scalar conversion based on env varDaniel Friesel-2/+6
2022-01-06sklearn (CART, XGBoost): support mapping of categorial parameter values to sc...Daniel Friesel-8/+30
2022-01-06add preliminary xgboost supportDaniel Friesel-0/+20
2022-01-05store decision tree attributes of xv models in dataref exportDaniel Friesel-1/+2