Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -359,7 +359,7 @@ if st.session_state.last_prediction is not None:
|
|
| 359 |
# 3. Plot Interpretation Guide notation simplification
|
| 360 |
st.markdown("##### Plot Interpretation Guide")
|
| 361 |
st.markdown(f"""
|
| 362 |
-
The Waterfall Plot shows how each feature value contributes to pushing the model's output from the **Base Value** (the average prediction
|
| 363 |
|
| 364 |
* **Red Bars:** Feature values that **increase** the prediction (positive contribution).
|
| 365 |
* **Blue Bars:** Feature values that **decrease** the prediction (negative contribution).
|
|
|
|
| 359 |
# 3. Plot Interpretation Guide notation simplification
|
| 360 |
st.markdown("##### Plot Interpretation Guide")
|
| 361 |
st.markdown(f"""
|
| 362 |
+
The Waterfall Plot shows how each feature value contributes to pushing the model's output from the **Base Value** (the average prediction: ${LOCAL_EXPLAINER.expected_value:,.2f}) to the final **Forecast** (${st.session_state.last_prediction:,.2f}).
|
| 363 |
|
| 364 |
* **Red Bars:** Feature values that **increase** the prediction (positive contribution).
|
| 365 |
* **Blue Bars:** Feature values that **decrease** the prediction (negative contribution).
|