Monica Ramirez
Monica Ramirez
Thanks! Prebuild package worked for me on **Python 2.7** Python 3 throws this error: _ImportError: dynamic module does not define module export function (PyInit_cv2)_
Hey, first of all, thanks for doing this in Python! I'm trying to replicate this in my Jetson NX with a couple of changes: - My pgie model is the...
**Link to the notebook** https://github.com/aws/amazon-sagemaker-examples/blob/main/sagemaker-debugger/xgboost_census_explanations/xgboost-census-debugger-rules.ipynb **Describe the bug** The dataset for this Notebook has 11 features, however, `plot_feature_importance(trial, importance_type="cover")` only shows 6 of them. (Same if using another *importance_type*) I...