From bf9c6a4f979b0f753af51d66d76a5daff1954d6a Mon Sep 17 00:00:00 2001 From: Mahnoor Sheikh <67545978+mahnoorsheikh16@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:37:19 -0500 Subject: [PATCH] Update streamlit_code.py --- streamlit_code.py | 1 - 1 file changed, 1 deletion(-) diff --git a/streamlit_code.py b/streamlit_code.py index d610c90..797ba6d 100644 --- a/streamlit_code.py +++ b/streamlit_code.py @@ -35,7 +35,6 @@ st.write("") st.write("Welcome to the Credit Default Prediction Dashboard! Designed for risk managers and financial teams, this tool allows you to upload client data and predict next month’s defaulters.") st.write("**Why?** Credit card defaults are causing significant losses for the Bank of Taiwan. By leveraging advanced machine learning, it provides clear insights to identify high-risk clients early, enabling proactive decisions before monthly reviews or client assessments to minimize financial risk.") - st.write("") total_customers = len(data) total_defaults = len(data[data['Default'] == 'yes']) money_lost = data['BILL_AMT1'].sum()