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 tired to apply counterfactuals for xgboost model but got this error ValueError:predict_function should be a tf.keras.Model or a torch.nn.Module instead of <class 'xgboost.sklearn.XGBClassifier'>.
Does this counterfaculas working only for keras or torch models?
The text was updated successfully, but these errors were encountered:
I tired to apply counterfactuals for xgboost model but got this error
ValueError:
predict_functionshould be a tf.keras.Model or a torch.nn.Module instead of <class 'xgboost.sklearn.XGBClassifier'>
.Does this counterfaculas working only for keras or torch models?
The text was updated successfully, but these errors were encountered: