{"id":{"repo_id":"embry-riddle","oai_identifier":"oai:commons.erau.edu:edt-1982"},"canonical_url":"https://search.dev.ndltd.org/etd/embry-riddle/oai:commons.erau.edu:edt-1982","repository":{"repo_id":"embry-riddle","name":"Embry Riddle Aeronautical University","base_url":"https://commons.erau.edu/do/oai/"},"display":{"title":"Leveraging Machine Learning and Causal Inference for Loan Default Prediction","abstract":"<p>This research explores a systematic application of machine learning techniques combined with causal inference to predict loan defaults in peer-to-peer lending. Accurately forecasting loan defaults is crucial for mitigating financial risk and optimizing lending strategies. This analysis is based on multiple datasets of loan applications spanning over a decade, containing detailed financial and credit information about borrowers. Beginning with extensive Exploratory Data Analysis (EDA) coupled with scaling strategies, the research identifies key trends in loan performance across a large number of factors, such as interest rates or borrower creditworthiness, and one objective is to determine from the many available predictors which are the most essential. The research introduces two different Recursive Feature Elimination (RFE) variations based on: (1): occlusion sensitivity and (2): double machine learning (DML), each providing a unique view of feature engineering. These RFE methods were then coupled with machine learning models such as Logistic Regression, Random Forest, Naive Bayes, XGBoost, and CatBoost final classification. For performance validation, the modeling pipelines (feature selection + prediction) were evaluated for accuracy, precision, recall, and F1-score to determine their effectiveness in predicting loan defaults.</p> <p>Among the models tested, Naive Bayes overall demonstrated the best performance (F1-score), significantly outperforming the next best model, XGBoost. However, Naive Bayes exhibited lower precision, suggesting that while it captured more defaulted loans, it also produced a higher number of false positives. Neural network models developed using TensorFlow and Keras to explore non-linear relationships in the data lacked in performance compared to the traditional models. Between the two RFE methods tested, the results showed that models that selected their features using DML were more consistent with each other, making the same selection choices more often and indicating this method is less sensitive to model choice. Occlusion sensitivity had more varied results due to its greedy selection algorithm, but often showed better performance than DML for the model used. This study demonstrates the potential of machine learning in financial risk assessment and highlights the need for intelligent selection of features. Future work will extend this analysis by refining feature engineering, using more sophisticated non-linear models, and performing in-depth causal inference to uncover specific useful features.</p>","abstract_html":"&lt;p&gt;This research explores a systematic application of machine learning techniques combined with causal inference to predict loan defaults in peer-to-peer lending. Accurately forecasting loan defaults is crucial for mitigating financial risk and optimizing lending strategies. This analysis is based on multiple datasets of loan applications spanning over a decade, containing detailed financial and credit information about borrowers. Beginning with extensive Exploratory Data Analysis (EDA) coupled with scaling strategies, the research identifies key trends in loan performance across a large number of factors, such as interest rates or borrower creditworthiness, and one objective is to determine from the many available predictors which are the most essential. The research introduces two different Recursive Feature Elimination (RFE) variations based on: (1): occlusion sensitivity and (2): double machine learning (DML), each providing a unique view of feature engineering. These RFE methods were then coupled with machine learning models such as Logistic Regression, Random Forest, Naive Bayes, XGBoost, and CatBoost final classification. For performance validation, the modeling pipelines (feature selection + prediction) were evaluated for accuracy, precision, recall, and F1-score to determine their effectiveness in predicting loan defaults.&lt;/p&gt; &lt;p&gt;Among the models tested, Naive Bayes overall demonstrated the best performance (F1-score), significantly outperforming the next best model, XGBoost. However, Naive Bayes exhibited lower precision, suggesting that while it captured more defaulted loans, it also produced a higher number of false positives. Neural network models developed using TensorFlow and Keras to explore non-linear relationships in the data lacked in performance compared to the traditional models. Between the two RFE methods tested, the results showed that models that selected their features using DML were more consistent with each other, making the same selection choices more often and indicating this method is less sensitive to model choice. Occlusion sensitivity had more varied results due to its greedy selection algorithm, but often showed better performance than DML for the model used. This study demonstrates the potential of machine learning in financial risk assessment and highlights the need for intelligent selection of features. Future work will extend this analysis by refining feature engineering, using more sophisticated non-linear models, and performing in-depth causal inference to uncover specific useful features.&lt;/p&gt;","abstract_has_math":false,"creators":["Guida, Luca"],"institution":null,"degree_name":"Master of Science in Data Science","degree_level":"Thesis - Open Access","degree_discipline":"Mathematics","degree_department":null,"school":null,"contributors":[],"advisors":[],"committee_chairs":[],"committee_members":[],"year":2025,"date_issued":"2025-10-01T07:00:00Z","date_published":"2025-10-01T07:00:00Z","updated_at":"2026-07-27T19:26:22Z","subjects":["Peer-to-peer lending","loan default prediction","machine learning","causal inference","recursive feature elimination","occlusion sensitivity","double machine learning","feature selection","financial risk modeling","credit scoring","Artificial Intelligence and Robotics","Data Science","Finance and Financial Management"],"languages":[],"rights":[],"rights_urls":[],"identifier_entries":[]},"links":{"outbound_url":"https://commons.erau.edu/edt/939","outbound_label":"Repository record","outbound_source":"dc:identifier"},"metadata_groups":[{"id":"people","label":"People","entries":[{"key":"dc:creator","label":"Author","values":["Guida, Luca"]}]},{"id":"academic_context","label":"Academic Context","entries":[{"key":"thesis:degree_discipline","label":"Discipline","values":["Mathematics"]},{"key":"thesis:degree_level","label":"Degree Level","values":["Thesis - Open Access"]},{"key":"thesis:degree_name","label":"Degree Name","values":["Master of Science in Data Science"]}]},{"id":"subjects_keywords","label":"Subjects and Keywords","entries":[{"key":"dc:subject","label":"Dc Subject","values":["Peer-to-peer lending","loan default prediction","machine learning","causal inference","recursive feature elimination","occlusion sensitivity","double machine learning","feature selection","financial risk modeling","credit scoring","Artificial Intelligence and Robotics","Data Science","Finance and Financial Management"]}]},{"id":"identifiers","label":"Identifiers","entries":[{"key":"dc:identifier","label":"Identifier","values":["https://commons.erau.edu/edt/939"]}]},{"id":"additional","label":"Additional Metadata","entries":[{"key":"dc:description.abstract","label":"Abstract","values":["<p>This research explores a systematic application of machine learning techniques combined with causal inference to predict loan defaults in peer-to-peer lending. Accurately forecasting loan defaults is crucial for mitigating financial risk and optimizing lending strategies. This analysis is based on multiple datasets of loan applications spanning over a decade, containing detailed financial and credit information about borrowers. Beginning with extensive Exploratory Data Analysis (EDA) coupled with scaling strategies, the research identifies key trends in loan performance across a large number of factors, such as interest rates or borrower creditworthiness, and one objective is to determine from the many available predictors which are the most essential. The research introduces two different Recursive Feature Elimination (RFE) variations based on: (1): occlusion sensitivity and (2): double machine learning (DML), each providing a unique view of feature engineering. These RFE methods were then coupled with machine learning models such as Logistic Regression, Random Forest, Naive Bayes, XGBoost, and CatBoost final classification. For performance validation, the modeling pipelines (feature selection + prediction) were evaluated for accuracy, precision, recall, and F1-score to determine their effectiveness in predicting loan defaults.</p> <p>Among the models tested, Naive Bayes overall demonstrated the best performance (F1-score), significantly outperforming the next best model, XGBoost. However, Naive Bayes exhibited lower precision, suggesting that while it captured more defaulted loans, it also produced a higher number of false positives. Neural network models developed using TensorFlow and Keras to explore non-linear relationships in the data lacked in performance compared to the traditional models. Between the two RFE methods tested, the results showed that models that selected their features using DML were more consistent with each other, making the same selection choices more often and indicating this method is less sensitive to model choice. Occlusion sensitivity had more varied results due to its greedy selection algorithm, but often showed better performance than DML for the model used. This study demonstrates the potential of machine learning in financial risk assessment and highlights the need for intelligent selection of features. Future work will extend this analysis by refining feature engineering, using more sophisticated non-linear models, and performing in-depth causal inference to uncover specific useful features.</p>"]},{"key":"dc:title","label":"Title","values":["Leveraging Machine Learning and Causal Inference for Loan Default Prediction"]}]}],"canonical_facts":{"dc:creator":["Guida, Luca"],"dc:description.abstract":["<p>This research explores a systematic application of machine learning techniques combined with causal inference to predict loan defaults in peer-to-peer lending. Accurately forecasting loan defaults is crucial for mitigating financial risk and optimizing lending strategies. This analysis is based on multiple datasets of loan applications spanning over a decade, containing detailed financial and credit information about borrowers. Beginning with extensive Exploratory Data Analysis (EDA) coupled with scaling strategies, the research identifies key trends in loan performance across a large number of factors, such as interest rates or borrower creditworthiness, and one objective is to determine from the many available predictors which are the most essential. The research introduces two different Recursive Feature Elimination (RFE) variations based on: (1): occlusion sensitivity and (2): double machine learning (DML), each providing a unique view of feature engineering. These RFE methods were then coupled with machine learning models such as Logistic Regression, Random Forest, Naive Bayes, XGBoost, and CatBoost final classification. For performance validation, the modeling pipelines (feature selection + prediction) were evaluated for accuracy, precision, recall, and F1-score to determine their effectiveness in predicting loan defaults.</p> <p>Among the models tested, Naive Bayes overall demonstrated the best performance (F1-score), significantly outperforming the next best model, XGBoost. However, Naive Bayes exhibited lower precision, suggesting that while it captured more defaulted loans, it also produced a higher number of false positives. Neural network models developed using TensorFlow and Keras to explore non-linear relationships in the data lacked in performance compared to the traditional models. Between the two RFE methods tested, the results showed that models that selected their features using DML were more consistent with each other, making the same selection choices more often and indicating this method is less sensitive to model choice. Occlusion sensitivity had more varied results due to its greedy selection algorithm, but often showed better performance than DML for the model used. This study demonstrates the potential of machine learning in financial risk assessment and highlights the need for intelligent selection of features. Future work will extend this analysis by refining feature engineering, using more sophisticated non-linear models, and performing in-depth causal inference to uncover specific useful features.</p>"],"dc:identifier":["https://commons.erau.edu/edt/939"],"dc:subject":["Peer-to-peer lending","loan default prediction","machine learning","causal inference","recursive feature elimination","occlusion sensitivity","double machine learning","feature selection","financial risk modeling","credit scoring","Artificial Intelligence and Robotics","Data Science","Finance and Financial Management"],"dc:title":["Leveraging Machine Learning and Causal Inference for Loan Default Prediction"],"thesis:degree_discipline":["Mathematics"],"thesis:degree_level":["Thesis - Open Access"],"thesis:degree_name":["Master of Science in Data Science"]},"updated_at":"2026-07-27T19:26:22Z"}