Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -28,7 +28,6 @@ class IncomePredictionRequest(BaseModel):
|
|
| 28 |
occupation_code: int
|
| 29 |
occupation_code_main: str
|
| 30 |
total_employed: int
|
| 31 |
-
household_stat: str
|
| 32 |
household_summary: str
|
| 33 |
vet_benefit: int
|
| 34 |
tax_status: str
|
|
@@ -36,10 +35,7 @@ class IncomePredictionRequest(BaseModel):
|
|
| 36 |
losses: int
|
| 37 |
stocks_status: int
|
| 38 |
citizenship: str
|
| 39 |
-
mig_year: int
|
| 40 |
-
country_of_birth_own: str
|
| 41 |
importance_of_record: float
|
| 42 |
-
|
| 43 |
|
| 44 |
class IncomePredictionResponse(BaseModel):
|
| 45 |
income_prediction: str
|
|
|
|
| 28 |
occupation_code: int
|
| 29 |
occupation_code_main: str
|
| 30 |
total_employed: int
|
|
|
|
| 31 |
household_summary: str
|
| 32 |
vet_benefit: int
|
| 33 |
tax_status: str
|
|
|
|
| 35 |
losses: int
|
| 36 |
stocks_status: int
|
| 37 |
citizenship: str
|
|
|
|
|
|
|
| 38 |
importance_of_record: float
|
|
|
|
| 39 |
|
| 40 |
class IncomePredictionResponse(BaseModel):
|
| 41 |
income_prediction: str
|