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
To simplify exemplary sampling, it would be awesome to allow users to sample a defined set of images from each existing class.
Example
Consider a multiclass problem with three classes: A, B, C, where an image can only ever belong to one class.
If I am done with training and prediction, I'd like to sample random images per class and apply XAI. Right now, I have to manually sample a random image per class.
Possible solution
Either extend the XAI functionality and offer to automatically sample a random image per class or extend the sampling module by adding a function to sample a number of images per class, and not just a percentage split.
The text was updated successfully, but these errors were encountered:
To simplify exemplary sampling, it would be awesome to allow users to sample a defined set of images from each existing class.
Example
Consider a multiclass problem with three classes: A, B, C, where an image can only ever belong to one class.
If I am done with training and prediction, I'd like to sample random images per class and apply XAI. Right now, I have to manually sample a random image per class.
Possible solution
Either extend the XAI functionality and offer to automatically sample a random image per class or extend the sampling module by adding a function to sample a number of images per class, and not just a percentage split.
The text was updated successfully, but these errors were encountered: