You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in feature_distribution[[i]] : subscript out of bounds
My data has about 300 columns and column names like "CU_release_pos_z_mn" (about 20~30 characters per each column)
I think this is causing problems, maybe.
Is there any way I can go through this?
The text was updated successfully, but these errors were encountered:
Hi there,
I am keep experiencing error when I use explain function in r.
explainer_xgb <- lime(data_train_1718 %>% dplyr::select(-tj_year), xgb_fit_1718, bin_continuous = F, quantile_bins = F)
explanations_xgb <- lime::explain(data_test_samp, explainer_xgb, labels = "1", n_features = 10)
My data has about 300 columns and column names like "CU_release_pos_z_mn" (about 20~30 characters per each column)
I think this is causing problems, maybe.
Is there any way I can go through this?
The text was updated successfully, but these errors were encountered: