mertkarabacak commited on
Commit
16543f1
1 Parent(s): 2507714

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -184,6 +184,7 @@ def y1_interpret_xgb(*args):
184
  plt.xlabel("SHAP value (impact on model output)", fontsize =12, fontweight = 'heavy', labelpad = 8)
185
  plt.tick_params(axis="y",direction="out", labelsize = 12)
186
  plt.tick_params(axis="x",direction="out", labelsize = 12)
 
187
  return fig_y1
188
 
189
  def y1_interpret_lgb(*args):
 
184
  plt.xlabel("SHAP value (impact on model output)", fontsize =12, fontweight = 'heavy', labelpad = 8)
185
  plt.tick_params(axis="y",direction="out", labelsize = 12)
186
  plt.tick_params(axis="x",direction="out", labelsize = 12)
187
+ plt.tight_layout()
188
  return fig_y1
189
 
190
  def y1_interpret_lgb(*args):