Closed jornjan closed 1 year ago
Hello @jornjan, Thank you very much for the interest and noticing this.
This was indeed a problem with our methods, which I have fixed already and pushed a new commit to the repository.
You should now be able to use the plot_params
as you were.
Any further doubts or suggestions don't hesitate to contact us.
Hi, First of all, awesome package! I was able to already create interesting visualizations.
Currently, I run into an error concerning the
plot_global_event
method insrc/timeshap/plot/event_level.py
, which raises anTypeError
when I pass a dictionary withplot_parameters
, see snippet below,This raises the following error:
The issue occurs at the following line in the
multi_plot_wrapper
method, where theplot
method wrapped inplot_global_event
is called:I have been trying some ideas to correctly pass the
plot_parameters
dictionary, but without success. Do you have any suggestion for a solution?