Spaces:
Sleeping
Sleeping
Commit
·
53d0664
1
Parent(s):
eb9f5dd
Update shap_plots.py
Browse files- shap_plots.py +1 -1
shap_plots.py
CHANGED
@@ -396,7 +396,7 @@ def shap_summary_plot(shap_values, features=None, feature_names=None, max_displa
|
|
396 |
pl.gca().tick_params('x', labelsize=11)
|
397 |
pl.ylim(-1, len(feature_order))
|
398 |
pl.xlabel(labels['VALUE'], fontsize=13)
|
399 |
-
|
400 |
pl.tight_layout()
|
401 |
# if show:
|
402 |
# pl.show()
|
|
|
396 |
pl.gca().tick_params('x', labelsize=11)
|
397 |
pl.ylim(-1, len(feature_order))
|
398 |
pl.xlabel(labels['VALUE'], fontsize=13)
|
399 |
+
pl.ylabel(feature_names, fontsize=13)
|
400 |
pl.tight_layout()
|
401 |
# if show:
|
402 |
# pl.show()
|