FLAML
FLAML copied to clipboard
dot_size argument not working for interaction values scatter plot
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 )
Where is this code snippet from? Could you provide a complete example of how to reproduce the issue?
Sorry for the confusion, I actually posted on the wrong git project. :disappointed: :laughing: