shapash icon indicating copy to clipboard operation
shapash copied to clipboard

Adding support for PyTorch models

Open corridordigital opened this issue 2 years ago • 0 comments

Description of Problem:

  • PyTorch is a great multi-purpose neural network development framework.
  • Deep learning algorithms are getting easier to train, understand, deploy and manage and can be used with great efficiency in enterprise contexts.
  • SHAP values can be computed for neural nets and serve for model explainability purposes.

Overview of the Solution:

  • Integrate the DeepLIFT algorithm (Deep SHAP), and the possibility to visualize the estimated values in the SHAPASH GUI.

Examples:

Blockers:

  • Not all explainability methods will be suitable, this is a limitation rather than a blocker

Definition of Done:

  • PyTorch models trained on tabular data (regression or classification use cases) can be used with SHAPASH

corridordigital avatar Nov 22 '22 13:11 corridordigital