At the moment, skexplain only works on models that have a .predict or .predict_proba method. However, models like the support vector machines use a decision_function. Consider raising an error or attempting to incorporate that functionality into skexplain.
At the moment, skexplain only works on models that have a .predict or .predict_proba method. However, models like the support vector machines use a decision_function. Consider raising an error or attempting to incorporate that functionality into skexplain.