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
We ran a model in python using scikit-learn built an explainer file via dalex and exported it as a pickle file.
This pickle files was loaded in R using reticulate (py_load_object) explainer <- py_load_object("explainer_scikitlearn_precalculateTrue.pickle", pickle = "pickle")
During building the explainer file we used the flag: precalculate=True
After using modelStudio(explainer, B = 5), we got this error message:
Error in check_explainer(explainer) : For Python support, use precalculate=True in Explainer init