Loan-Approval-Prediction
Loan-Approval-Prediction copied to clipboard
Error in 2nd last
classification_model(model, df,predictors_Logistic,outcome_var)
test_modified.to_csv("Logistic_Prediction.csv",columns=['Loan_ID','Loan_Status'])
TypeError Traceback (most recent call last)
TypeError: init() got an unexpected keyword argument 'n_folds'
Hey there I am also getting the same error
Okay, are you able to resolve it?
On Wed, Apr 15, 2020 at 3:10 AM Connectsumit [email protected] wrote:
Hey there I am also getting the same error
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ParthS007/Loan-Approval-Prediction/issues/7#issuecomment-613948179, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJLELLHSWSKP24DQIKKKEHDRMWB23ANCNFSM4LC4PHUA .
-- Regards Queen Saikia
n_folds need to replace with n_splits