Sujoy Roy
Results
2
issues of
Sujoy Roy
I am trying to use shap with autogluon (ensemble) models. The following code for creating the explainer works: ``` columns = df_train.columns def f(X): df = pd.DataFrame(X, columns=columns) return predictor.predict(df)...
stale
Can you please confirm if Sagemaker Debugger works with HPO. I get errors when the code that works perfectly fine with SM script mode fails when extended to HPO. `...
question
FAQ