fivedollarwitch commited on
Commit
a877bea
·
verified ·
1 Parent(s): 018cf99

Update StatisticalBaseModel.py

Browse files
Files changed (1) hide show
  1. 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 # 20% above listing
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':