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
Sometimes, this kind of issue occurs because of scikit-learn's version mismatch. You may have to use the same version as of author's scikit-learn version.
I was having error: "AttributeError: 'SelectFromModel' object has no attribute 'importance_getter'".
I downgraded the scikit-learn from version 1.0.2 to 0.23.2 which was used to train the model and it fixed the issue.
The text was updated successfully, but these errors were encountered: