Skip to content

Commit

Permalink
Update dashboard_CLOUD.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Isdinval authored Jun 6, 2024
1 parent 30b32ae commit 611f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard_CLOUD.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def main():

st.write(optimal_threshold * 100)
streamviz.gauge(
probability_class1, gSize="LRG", gTitle=f"Probability of Default (Treshold: {optimal_threshold * 100:.2f}%)", sFix="%",
probability_class1, gSize="LRG", gTitle="Probability of Default (Treshold: 63.64%)", sFix="%",
grLow=0, grMid=optimal_threshold * 100, gcLow="#1B8720",
gcMid="#1B8720", gcHigh="#FF1708")

Expand Down

0 comments on commit 611f17e

Please sign in to comment.