Update StatisticalBaseModel.py
Browse files- StatisticalBaseModel.py +1 -1
StatisticalBaseModel.py
CHANGED
|
@@ -93,7 +93,7 @@ class StatisticalBaseModel:
|
|
| 93 |
"""
|
| 94 |
# You may want to add more logic to check zipcode for more precise price multipliers
|
| 95 |
if market == 'San Francisco':
|
| 96 |
-
return 1.18 #
|
| 97 |
elif market == 'Los Angeles':
|
| 98 |
return 1.2 # 22% above listing
|
| 99 |
elif market == 'Seattle':
|
|
|
|
| 93 |
"""
|
| 94 |
# You may want to add more logic to check zipcode for more precise price multipliers
|
| 95 |
if market == 'San Francisco':
|
| 96 |
+
return 1.18 # 18% above listing
|
| 97 |
elif market == 'Los Angeles':
|
| 98 |
return 1.2 # 22% above listing
|
| 99 |
elif market == 'Seattle':
|