Skip to content

Commit ed5ad79

Browse files
committed
Fix Mermaid diagram parsing error in MSD guide
1 parent e6468b9 commit ed5ad79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/marginal_somersd_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ flowchart TD
8787
Step1 --> CheckMax{Reached<br/>max_features?}
8888
CheckMax -->|Yes| End([Return selected features])
8989
CheckMax -->|No| FitModel[Fit model with<br/>selected features]
90-
FitModel --> ComputeResiduals[Compute residuals:<br/>ε = y - ŷ]
91-
ComputeResiduals --> CalcMSD[For each remaining feature:<br/>Compute D(ε, feature_WOE)]
90+
FitModel --> ComputeResiduals[Compute residuals:<br/>epsilon = y - y_hat]
91+
ComputeResiduals --> CalcMSD[For each remaining feature:<br/>Compute Somers D with residuals]
9292
CalcMSD --> FindBest[Find feature with<br/>highest MSD]
9393
FindBest --> CheckMinMSD{MSD ><br/>min_msd?}
9494
CheckMinMSD -->|No| End

0 commit comments

Comments
 (0)