We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6468b9 commit ed5ad79Copy full SHA for ed5ad79
1 file changed
docs/marginal_somersd_guide.md
@@ -87,8 +87,8 @@ flowchart TD
87
Step1 --> CheckMax{Reached<br/>max_features?}
88
CheckMax -->|Yes| End([Return selected features])
89
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)]
+ FitModel --> ComputeResiduals[Compute residuals:<br/>epsilon = y - y_hat]
+ ComputeResiduals --> CalcMSD[For each remaining feature:<br/>Compute Somers D with residuals]
92
CalcMSD --> FindBest[Find feature with<br/>highest MSD]
93
FindBest --> CheckMinMSD{MSD ><br/>min_msd?}
94
CheckMinMSD -->|No| End
0 commit comments