Vivian
Vivian
@StevenVanAken , I've checked the code but did not find any reference on pivot_table(). Do you mean pivot_longer() / pivot_wider() which come with the tidyverse package?
Hi @hbaniecki We found the error in the explainer building step in python. We've corrected this and now the verbose output in Python looks clean. We continued in R: explainer1...
Hi @hbaniecki `explainer1$data[1, , drop=FALSE] ` runs smoothly and prints the first subject in the sample For: > explainer1$predict_function(explainer1$model, explainer1$data) > explainer1$predict_function(explainer1$model, explainer1$data[1, ]) > explainer1$predict_function(explainer1$model, explainer1$data[1, , drop=FALSE]) We...