emanuel-metzenthin / Lime-For-Time

Application of the LIME algorithm by Marco Tulio Ribeiro, Sameer Singh, Carlos Guestrin to the domain of time series classification
95 stars 21 forks source link

Getting everything setup to test demo book... #12

Open jbsec opened 1 year ago

jbsec commented 1 year ago

Sorry if this seems a bit of a redundant question, I'm new to data science.

I'm just wondering how exactly this is all setup? there doesn't seem to be an install guide. I've tried to use the setup.py file but to no luck it's the line "from lime_timeseries import LimeTimeSeriesExplainer" that produces my primary error. I'm just looking to basically run this reproduce the demo book, try to use my own TS data maybe.

Is there any chance you could show me how to get this running? I apologise if you're not working on this project any more, I've struggled to find any decent working XAI methods for time series without everything being very tailor made going into it.

SuperJuno123 commented 1 year ago

hello! You should just put lime_timeseries.py file into the same folder as your own project. lime_timeseries is not a library, so it's impossible to download it, but you can import it as module file.

feel free to ask further questions