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 394acc7 commit 1d7a737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashboard_CLOUD.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,13 +410,13 @@ def main():
# st.markdown("---")
# st.write(f"The probability of default on the loan is estimated to be {probability_class1 * 100:.2f}% (Threshold: {optimal_threshold * 100:.2f}%).")


# FF1708 1B8720

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



Expand Down

0 comments on commit 1d7a737

Please sign in to comment.