model_key
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ class InputData(BaseModel):
|
|
| 43 |
def predict(data: InputData):
|
| 44 |
try:
|
| 45 |
columns = [
|
| 46 |
-
"
|
| 47 |
"private_parking_available", "has_gps", "has_air_conditioning",
|
| 48 |
"automatic_car", "has_getaround_connect", "has_speed_regulator", "winter_tires"
|
| 49 |
]
|
|
|
|
| 43 |
def predict(data: InputData):
|
| 44 |
try:
|
| 45 |
columns = [
|
| 46 |
+
"mileage", "engine_power", "model_key", "fuel", "paint_color", "car_type",
|
| 47 |
"private_parking_available", "has_gps", "has_air_conditioning",
|
| 48 |
"automatic_car", "has_getaround_connect", "has_speed_regulator", "winter_tires"
|
| 49 |
]
|