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
I am trying to reproduce your class-imbalance notebook like this:
model = RandomForestClassifier(class_weight = 'balanced')
# no model selected default is Random Forest, if classification is False it is a Regression problem
Feature_Selector = BorutaShap(model=model,
importance_measure='shap',
classification=True)
Feature_Selector.fit(X=x_train, y=y_train, n_trials=100, random_state=0)
but the progression bar remains stuck at 0% for a lot of time. Is there a reason why? If this does depend on my data, is there a way to share them with you as it would be interesting to understand the instances for which BorutaSHAP fatigues.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: