Spaces:
Sleeping
Sleeping
madamanastasia commited on
Commit ·
2d1cd84
1
Parent(s): 98647a6
Add model artifacts for Space runtime
Browse files- feature_order.json +15 -0
feature_order.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"model_key",
|
| 3 |
+
"mileage",
|
| 4 |
+
"engine_power",
|
| 5 |
+
"fuel",
|
| 6 |
+
"paint_color",
|
| 7 |
+
"car_type",
|
| 8 |
+
"private_parking_available",
|
| 9 |
+
"has_gps",
|
| 10 |
+
"has_air_conditioning",
|
| 11 |
+
"automatic_car",
|
| 12 |
+
"has_getaround_connect",
|
| 13 |
+
"has_speed_regulator",
|
| 14 |
+
"winter_tires"
|
| 15 |
+
]
|