fzi-forschungszentrum-informatik / TSInterpret

An Open-Source Library for the interpretability of time series classifiers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figsize argument not taken into account

hugo-rddi opened this issue · comments

Hi again,
Very minor issue but the exp.plot(..., figsize=()) is not taken into account in your plot function.

Code here :
https://github.com/fzi-forschungszentrum-informatik/TSInterpret/blob/main/TSInterpret/InterpretabilityModels/FeatureAttribution.py#L190

Nothing that causes error or anything, but will be useful to have this hyperparameter working for dense and large time series for example.
Thanks in advance !

Good Point. Thanks for bringing it to my attention.
Fixed with the new Release (v.0.3.4).