MoonCapture
MoonCapture
> Hi @MoonCapture, > > 1. Calculating SHAP for stacked ensemble has a big memory requirement - it calculates baseline SHAP for every basemodel and the metalearner. SHAP for non-tree...
> @MoonCapture I believe you can specify the `background_frame` in order to get the SHAP plots for all the models that support it, e.g., `h2o_01.explain(df_test, background_frame=df_train)` should produce the SHAP...
> @MoonCapture You can get the data for PDP by setting plot=False, e.g., `model.partial_plot(df, cols=.., plot=False)` then you can use any library to draw the plot. Customization of the h2o...
I found the key to the problem, you just need to uninstall datatable : )