fzi-forschungszentrum-informatik / TSInterpret

An Open-Source Library for the interpretability of time series classifiers
BSD 3-Clause "New" or "Revised" License
115 stars 8 forks source link

[Q]Implements of TSEvo #25

Closed HaoWenJohn closed 1 year ago

HaoWenJohn commented 1 year ago

It seems that in Evoutils.py line 100,should be for item in items[0]: other than for item in items ,because np.where return a tuple. Uniform crossover operates on segmented timeseries, not on whole feature.

JHoelli commented 1 year ago

Hi,

thank you for opening the issue. Your feedbacks on TSInterpret are really helpful and valuable and really help to enhance our tool and resolve bugs. :)

Like for the your other issue, I fixed it and released a new version: https://pypi.org/project/TSInterpret/0.1.3/. I hope it works now.

Feel free to open new issues with any other problem you find or things you want to discuss. Like I said before, very helpful feedback.

Best