alinJain commited on
Commit
c9d32ea
·
verified ·
1 Parent(s): e16ca0f

Update driverpospredictionfinal.py

Browse files
Files changed (1) hide show
  1. driverpospredictionfinal.py +1 -1
driverpospredictionfinal.py CHANGED
@@ -84,7 +84,7 @@ def hyperamter_tuning_paramter_grid():
84
  }#'criterion': ['gini', 'entropy']
85
  return parameter_grid
86
 
87
- @app.route('/predict',methods=['POST']) # api endpoint -any url(requests) with /predict will route to the method
88
  def prediction(req):
89
  data = json.loads(req)
90
  input_data = {}
 
84
  }#'criterion': ['gini', 'entropy']
85
  return parameter_grid
86
 
87
+ #@app.route('/predict',methods=['POST']) # api endpoint -any url(requests) with /predict will route to the method
88
  def prediction(req):
89
  data = json.loads(req)
90
  input_data = {}