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
Hey, it is missing an import here for get_params to work. Also if you subclass BaseEstimator/TransformerMixin you can get rid of get_params/set_params etc..
The text was updated successfully, but these errors were encountered:
https://github.com/Ekeany/Boruta-Shap/blob/cddb6da69c59b58b9e4d74681202fb0d08ec54f7/src/BorutaShap.py#L78C29-L78C29
Hey, it is missing an import here for get_params to work. Also if you subclass BaseEstimator/TransformerMixin you can get rid of get_params/set_params etc..
The text was updated successfully, but these errors were encountered: