You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
The issue is that Earth's coef_ is in the shape of pruned basis, whereas RFECV expects the classifier to have coef_ the shape of num_features.
RFECV will also inspect feature_importances_ if it's available. So using Earth with any of sklearn's feature_selection APIs could work if coef_ was renamed to something like basis_coef_ along with computing feature_importances_
The
Earth
model seems to be unusable as the estimator inRFECV
. See #188 (comment).The text was updated successfully, but these errors were encountered: