Please, I want to understand more about the above feature. This was given in the variable definition, "Lender_portion_to_be_repaid: The portion of the outstanding loan that needs to be repaid to the lender." This seems to be a potential leaky feature, but I don't know. What do you think about it? Thanks.
"Lender_portion_to_be_repaid" represents the portion of the outstanding loan to be repaid. It could be a potential leaky feature if it provides information that would not be available at the time of prediction, such as influencing the loan's repayment status. If this feature is highly correlated with the target variable (e.g., repayment success or default), it could lead to overfitting or unrealistic predictions. Carefully assess its relevance to ensure it doesn't introduce data leakage in your model.
Thanks a lot. I will recheck my code.