Table of Contents
normalize_rfe_result()
Coerce RFE outputs into the standardized dictionary format.
result (Any) – RFE output, either a mapping with expected keys or a legacy tuple.
Any
Normalized RFE results with n_features, metrics, indices, and selected keys.
n_features
metrics
indices
selected
dict