Open lucasxteixeira opened 4 years ago
Thanks for reporting this. Error message is:
Error in estimate_feature_imp(feature, data.sample = data.sample, y = y, :
task 1 failed - "no applicable method for 'predict' applied to an object of class "preProcess""
I will look into this. First idea: Seems like preProcess is not exported
Hi, First of all, iml is an awesome package and I want to say thank you for you effort on it. I'm getting a weird problem when using a mlr model with preprocessing only when using parallel processing: no applicable method for 'predict' applied to an object of class "preProcess" Reproducible example below:
If I don't use a parallel backend it works perfectly:
imp = FeatureImp$new(predictor, loss = "ce")