Liviox24 commited on
Commit
04e0c15
1 Parent(s): 38a30c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -410,7 +410,7 @@ def loan(Gender, Married, Dependents, Education, Self_Employed, ApplicantIncome,
410
  elif Property_Area == 'Urban': PA = 1
411
  else: PA = 2
412
 
413
- ApplicantIncome = np.log(ApplicantIncome + 1)
414
  CoapplicantIncome = np.log(CoapplicantIncome + 1)
415
  LoanAmount = np.log(LoanAmount)
416
 
 
410
  elif Property_Area == 'Urban': PA = 1
411
  else: PA = 2
412
 
413
+ ApplicantIncome = np.log(ApplicantIncome)
414
  CoapplicantIncome = np.log(CoapplicantIncome + 1)
415
  LoanAmount = np.log(LoanAmount)
416