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
Description of Problem:
If the user wants to add his contributions computed with a model other than those compatible with shapash, he must add a fake model to the model argument that is compatible with shapash, for example :
Making the model optional happens to be trickier than expected.
I suggest to add to shapash the functionnality to build a fake model, given y_pred, y_proba and contributions.
Description of Problem:
If the user wants to add his contributions computed with a model other than those compatible with shapash, he must add a fake model to the model argument that is compatible with shapash, for example :
Overview of the Solution:
Make the model optional, or raise the contributions parameter in the init, or whatever.
The text was updated successfully, but these errors were encountered: