CynthiaLong

Results 2 issues of CynthiaLong

When I call the function `explain_prediction_lightgbm` on my lightgbm booster model, `eli5.lightgbm.explain_prediction_lightgbm(model1, doc=example, feature_names=list(example.index))` where model1 is `` , example is ``, and `list(example.index)` is a list of string of...

Hi, I am trying to use lime on my lstm model which is a classifier based on 3 dimensional numerical time series data (num_samples, num_time_length (varying depending on sample), num_features)....