FLAML icon indicating copy to clipboard operation
FLAML copied to clipboard

dot_size argument not working for interaction values scatter plot

Open zurKreuzigungLinks opened this issue 2 years ago • 1 comments

As the title says. The dot_size argument is simply missing where dependence_legacy is called recursively.

dependence_legacy( ind1, proj_shap_values, features, feature_names=feature_names, interaction_index=(None if ind1 == ind2 else ind2), display_features=display_features, ax=ax, show=False, xmin=xmin, xmax=xmax, x_jitter=x_jitter, alpha=alpha )

zurKreuzigungLinks avatar Aug 10 '22 14:08 zurKreuzigungLinks

Where is this code snippet from? Could you provide a complete example of how to reproduce the issue?

sonichi avatar Aug 10 '22 15:08 sonichi

Sorry for the confusion, I actually posted on the wrong git project. :disappointed: :laughing:

zurKreuzigungLinks avatar Aug 11 '22 13:08 zurKreuzigungLinks