softwaremill / FoXAI

The open-source library for explainable AI. Generic and easy to integrate with PyTorch.
Apache License 2.0
31 stars 1 forks source link

Add alias for computed XAI attributes to improve readability #89

Closed adamwawrzynski closed 1 year ago

adamwawrzynski commented 1 year ago

Instead of having torch.Tensor type we can have, for instance Attributes type, to improve readability and help understand what kind of tensor should be passed to function.