jonathanjordan21 commited on
Commit
50a1553
·
verified ·
1 Parent(s): 5654a36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ STD_BANKS = 3.0158890435512125
35
  # with open("xgb_model(1).json", "r") as f:
36
  # params = json.load(f)
37
 
38
- xgb_model = XGBRegressor()
39
- xgb_model.load_model("xgb_model_2.json")
40
 
41
  def predict_score(lat, lon, api_key):
42
  # Convert input to tensor
 
35
  # with open("xgb_model(1).json", "r") as f:
36
  # params = json.load(f)
37
 
38
+ # xgb_model = XGBRegressor()
39
+ # xgb_model.load_model("xgb_model_2.json")
40
 
41
  def predict_score(lat, lon, api_key):
42
  # Convert input to tensor