We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem is with matplotlib 3.7.1 but it seems to be fixed in 3.7.2.
--------------------------------------------------------------------------- StopIteration Traceback (most recent call last) 3247 result["shap_summary"]["plots"] = H2OExplanation() 3248 for tree_model in tree_models_to_show: -> 3249 result["shap_summary"]["plots"][tree_model.model_id] = display(shap_summary_plot( 3250 tree_model, 3251 **_custom_args( 3252 plot_overrides.get("shap_summary_plot"), 3253 frame=frame, 3254 figsize=figsize 3255 ))) 3257 # PDP 3258 if "pdp" in explanations: ... ... ... File .../python3.8/site-packages/matplotlib/cbook/__init__.py:1715, in _safe_first_finite(obj, skip_nonfinite) 1712 raise RuntimeError("matplotlib does not " 1713 "support generators as input") 1714 else: -> 1715 return next(val for val in obj if safe_isfinite(val))
The text was updated successfully, but these errors were encountered:
fixed in #15734
Sorry, something went wrong.
tomasfryda
No branches or pull requests
Problem is with matplotlib 3.7.1 but it seems to be fixed in 3.7.2.
The text was updated successfully, but these errors were encountered: