Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transparency increase through using explainability analysis on ML models. #123

Open
4 tasks
pomodoren opened this issue Jun 27, 2023 · 1 comment
Open
4 tasks
Labels
enhancement New feature or request

Comments

@pomodoren
Copy link

pomodoren commented Jun 27, 2023

Is your feature request related to a problem? Please describe.
It is of value to add a layer of understanding on how the models are making a decision, and to try to follow the decision (of classification) for the inner layers of the deep learning models (like U-Net or ResNet). This can increase the transparency and understanding on how the models are acting. This is more common in use-cases of medicine, but probably can be transferable to fAIr models. Not creating it can create a disruption between the contributors and model-creators, making "magic" models.

Describe the solution you'd like
Together with the models, a downloadable report on the segmentation. Practically, you see that a model does well on the buildings that have a specific property (say - round shape), and less well on the other buildings. This can be done through Shapley values and similar methodology.

Describe alternatives you've considered

  • NA

Additional context

Tasks

  • Take example model, example data
  • Test shap, find misclassification reasoning
  • Create sample report
  • Update report on model
@pomodoren pomodoren added the enhancement New feature or request label Jun 27, 2023
@kshitijrajsharma
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants