Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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 |
|