HUGIML — Augmented pair path
Search space: performance_ho · 16 candidate configurations
| Parameter | Values considered |
|---|
| B | -1 |
|---|
| adaptive_binning | True |
|---|
| L | 1, 2 |
|---|
| topK | 50, 100 |
|---|
| feature_mode | original_plus_patterns |
|---|
| G | 0.01, 0.001 |
|---|
| convert_binary_to_categorical | False |
|---|
| augmented_pair_transforms | True |
|---|
| topk_budget_strict | False |
|---|
| base_estimator | Logistic regression (L1 penalty, liblinear solver, C=1.0), OneVsRestClassifier(RPTE; leaf_config=3xD, depth=4, adaptive lookahead) |
|---|
Constant settings: execution_mode=production; n_jobs=1; Linear base estimator: logistic regression with L1 penalty, liblinear solver, C=1.0, random_state=0, and max_iter=500.; Inner cross-validation selects between the stated logistic-regression base estimator and one-vs-rest RPTE.; Numeric 0/1 columns remain numeric and eligible for augmented-pair transforms.; RPTE uses leaf indicators together with downstream inputs not selected in accepted tree splits.; RPTE lookahead is adaptive for this path.
Complexity definition: Model inspection units represent the complete fitted HUGIML model that a reviewer must inspect. Linear branches count active source contributions; RPTE branches count conditions across active terminal paths plus direct terms. Intercepts are excluded, and fitted numeric components are active when their absolute value exceeds 1e-12.
HUGIML — Interaction-relaxed path
Search space: interpretability_ho · 16 candidate configurations
| Parameter | Values considered |
|---|
| B | -1 |
|---|
| adaptive_binning | True |
|---|
| L | 1, 2 |
|---|
| topK | 50, 100 |
|---|
| feature_mode | patterns_only |
|---|
| G | 0.01, 0.001 |
|---|
| interaction_relaxed_mining | True |
|---|
| augmented_pair_transforms | False |
|---|
| convert_binary_to_categorical | True |
|---|
| topk_budget_strict | False |
|---|
| base_estimator | Logistic regression (L1 penalty, liblinear solver, C=1.0), OneVsRestClassifier(RPTE; leaf_config=3xD, depth=4, adaptive lookahead) |
|---|
Constant settings: execution_mode=production; n_jobs=1; Linear base estimator: logistic regression with L1 penalty, liblinear solver, C=1.0, random_state=0, and max_iter=500.; Inner cross-validation selects between the stated logistic-regression base estimator and one-vs-rest RPTE.; Numeric 0/1 indicators are treated categorically for the pattern-mining surface.; Interaction relaxation is performed by the pattern miner; augmented pairs are disabled.; RPTE uses the sequential backend with lookahead inactive for this path.
Complexity definition: Model inspection units represent the complete fitted HUGIML model that a reviewer must inspect. Linear branches count active source contributions; RPTE branches count conditions across active terminal paths plus direct terms. Intercepts are excluded, and fitted numeric components are active when their absolute value exceeds 1e-12.
XGB standard
Search space: XGBoost · 16 candidate configurations
| Parameter | Values considered |
|---|
| n_estimators | 100, 200 |
|---|
| max_depth | 3, 4 |
|---|
| learning_rate | 0.03, 0.1 |
|---|
| min_child_weight | 1, 5 |
|---|
Constant settings: eval_metric=logloss; verbosity=0; n_jobs=1; random_state=42; Unspecified estimator settings use the library defaults.
Complexity definition: Model inspection units sum the conditions across complete root-to-leaf paths with active terminal outputs.
LightGBM standard
Search space: LightGBM · 16 candidate configurations
| Parameter | Values considered |
|---|
| n_estimators | 100, 200 |
|---|
| learning_rate | 0.03, 0.1 |
|---|
| num_leaves | 15, 31 |
|---|
| min_child_samples | 10, 20 |
|---|
Constant settings: verbose=-1; n_jobs=1; random_state=42; Unspecified estimator settings use the library defaults.
Complexity definition: Model inspection units sum the conditions across complete root-to-leaf paths with active terminal outputs.
RandomForest standard
Search space: RandomForest · 16 candidate configurations
| Parameter | Values considered |
|---|
| n_estimators | 200, 400 |
|---|
| max_depth | 4, 8 |
|---|
| min_samples_leaf | 1, 5 |
|---|
| max_features | sqrt, 0.5 |
|---|
Constant settings: n_jobs=1; random_state=42; Unspecified estimator settings use the library defaults.
Complexity definition: Model inspection units sum the conditions across every complete root-to-leaf path in the fitted forest.