Tryfonas commited on
Commit
dcb9a04
·
verified ·
1 Parent(s): 46e3a93

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ st.markdown(f"<h2 style='color:green;'>{predicted_repayment_interval}</h2>", uns
66
 
67
  # Explanation for SHAP force plots
68
  st.write("## 🔍 SHAP Explanation")
69
- st.markdown("The following SHAP plot explains the model's decision for the predicted repayment interval. This visualization helps you understand the key features that influenced the model's prediction.")
70
 
71
  # SHAP explanations
72
  explainer = shap.TreeExplainer(model_xgb)
 
66
 
67
  # Explanation for SHAP force plots
68
  st.write("## 🔍 SHAP Explanation")
69
+ st.markdown("The following SHAP plot explains the model's decision for the predicted repayment interval. This visualization helps you understand the key features that influenced the model's prediction. The red features push the result higher and the blue ones push it lower.")
70
 
71
  # SHAP explanations
72
  explainer = shap.TreeExplainer(model_xgb)