fivedollarwitch commited on
Commit
f305f41
·
verified ·
1 Parent(s): 54ed50f

Update StatisticalBaseModel.py

Browse files
Files changed (1) hide show
  1. StatisticalBaseModel.py +1 -1
StatisticalBaseModel.py CHANGED
@@ -111,7 +111,7 @@ class StatisticalBaseModel:
111
  elif market == 'New York':
112
  return 1.05 # 5% above listing
113
  elif market == 'Denver':
114
- return 1.11 ## 11% above listing
115
  return 1.0
116
 
117
  def run_inference(self, input_data: ProcessedSynapse) -> Tuple[float, str]:
 
111
  elif market == 'New York':
112
  return 1.05 # 5% above listing
113
  elif market == 'Denver':
114
+ return 1.11 # 11% above listing
115
  return 1.0
116
 
117
  def run_inference(self, input_data: ProcessedSynapse) -> Tuple[float, str]: