uohna commited on
Commit
4098fb4
·
verified ·
1 Parent(s): 3eb2950

Upload folder using huggingface_hub

Browse files
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': 'f' if instant_bookable=="False" else "t",
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:76cd7dcdc920ff973e794ad48418d62e1192d34e8dd192ad30bf570d55621ebe
3
- size 456004
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:477a31ea9f4ffcb3502eb129248354f2a3d2aa995bb835805e25cad448f860e2
3
+ size 1191811