zhj123169
zhj123169
Thank you for your great work! I‘m a beginner of this area so part of this project seems difficult for me.For example,I want to test UCF101 to get accuracy using...
Thank you for providing this package for explaining models! I used lime to explain a FM-based model for recommendation.And the code is as follows: `explainer = Lime(model_initial) attr = explainer.attribute(inputs=model_input_lime,...
Thanks for provide this project for explaining model! I tried work with LIme with time series data, which may contains 2000 features in each sample. If I want to explain...