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 7, 2024
1 parent 7a248c9 commit 3832743
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dashboard_CLOUD.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,10 @@ def main():
This loan approval prediction model is an XGBoost classifier. XGBoost stands for eXtreme Gradient Boosting, a powerful machine learning algorithm that combines the strengths of multiple decision trees to make more accurate predictions. It's known for its efficiency, scalability, and ability to handle complex relationships between features.
The model analyzes various customer attributes, such as income, credit history, and debt-to-income ratio, to estimate the probability of loan default. The model's output is a probability score between 0% and 100%, where a lower score indicates a lower risk of the borrower defaulting on the loan.
"""
st.write(explainability_sections)

col1, col2, col3 = st.columns([1, 3, 1]) # Adjust column ratios as needed
with col2:
st.image("P7_Banner.png", width=800) # Adjust width as desired


st.header("I. Choice of the Customer in the Dataset Test")
Expand Down

0 comments on commit 3832743

Please sign in to comment.