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 would like to be able to select a random transaction in the what if tab based on feature values. The current what if tab is very nice, with the ability to select labels and prediction score to isolate FP or FN in the case of binary classification. But I would like to be able to isolate for instance people from 70 to 80 years old in the case of a classification task with a feature "Age", in order to initialize my what if case.
Do you think it would be relevant to add this in the explainerdashboard library or should I customize my dashboard on my side ?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi michael, I can see the appeal of such a feature.
Would quickly get complicated though: you'd need a column selection dropdown, then either a range slider for numerical columns or a multiselect dropdown for categorical ones.
In order to implement this you would first add this possibility to the random_index methods (for both ClassifierExplainer and RegressionExplainer e.g. here:
Hello, Thanks a lot for the awesome package !
I would like to be able to select a random transaction in the what if tab based on feature values. The current what if tab is very nice, with the ability to select labels and prediction score to isolate FP or FN in the case of binary classification. But I would like to be able to isolate for instance people from 70 to 80 years old in the case of a classification task with a feature "Age", in order to initialize my what if case.
Do you think it would be relevant to add this in the explainerdashboard library or should I customize my dashboard on my side ?
Thanks !
The text was updated successfully, but these errors were encountered: