Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- app.py +2 -2
- rental_price_prediction_model_v1_0.joblib +2 -2
app.py
CHANGED
|
@@ -34,8 +34,8 @@ input_data = pd.DataFrame([{
|
|
| 34 |
'accommodates': accommodates,
|
| 35 |
'bathrooms': bathrooms,
|
| 36 |
'cancellation_policy': cancellation_policy,
|
| 37 |
-
'cleaning_fee': cleaning_fee,
|
| 38 |
-
'instant_bookable': '
|
| 39 |
'review_scores_rating': review_scores_rating,
|
| 40 |
'bedrooms': bedrooms,
|
| 41 |
'beds': beds
|
|
|
|
| 34 |
'accommodates': accommodates,
|
| 35 |
'bathrooms': bathrooms,
|
| 36 |
'cancellation_policy': cancellation_policy,
|
| 37 |
+
'cleaning_fee': 'True' == cleaning_fee, # Convert to boolean
|
| 38 |
+
'instant_bookable': 'True' == instant_bookable, # Convert to boolean
|
| 39 |
'review_scores_rating': review_scores_rating,
|
| 40 |
'bedrooms': bedrooms,
|
| 41 |
'beds': beds
|
rental_price_prediction_model_v1_0.joblib
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:477a31ea9f4ffcb3502eb129248354f2a3d2aa995bb835805e25cad448f860e2
|
| 3 |
+
size 1191811
|