Liviox24 commited on
Commit
1892d3c
1 Parent(s): 04e0c15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -410,9 +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)
414
- CoapplicantIncome = np.log(CoapplicantIncome + 1)
415
- LoanAmount = np.log(LoanAmount)
416
 
417
  instance = np.array([Marr, Educ, CoapplicantIncome, CredHis, PA, Gen, Self_Empl, Dependents, ApplicantIncome, LoanAmount, Loan_Amount_Term])
418
 
 
410
  elif Property_Area == 'Urban': PA = 1
411
  else: PA = 2
412
 
413
+
 
 
414
 
415
  instance = np.array([Marr, Educ, CoapplicantIncome, CredHis, PA, Gen, Self_Empl, Dependents, ApplicantIncome, LoanAmount, Loan_Amount_Term])
416