71

Dream House

Dream Housing Finance uses Logistic Regression to predict loan eligibility based on customer details like income, loan amount, and credit history. After preprocessing the dataset, the model achieved 80% accuracy, aiming to automate the loan eligibility process.

Dream Housing Finance uses a Logistic Regression algorithm to predict loan eligibility based on customer details such as gender, marital status, education, income, loan amount, and credit history. The dataset includes features like applicant and coapplicant income, loan amount, loan term, and property area, with the target variable being loan approval status. Data preprocessing involved handling missing values, encoding categorical variables, and training the model, achieving an accuracy score of 80%. The goal is to automate loan eligibility prediction in real-time for loan applicants.