Skip to content

Production ML Deprecated

Chris Fregly edited this page Jul 4, 2016 · 1 revision

Deprecated

  • Start the finagle-based recommendation service
$MYAPPS_HOME/serving/finagle/start-finagle-recommendation-service.sh
  • Verify predictions at the following /predict/<userId>/<itemId> endpoint which uses the Dynomite/Redis backend
http://<ip>:5080/prediction/12663/7

Flask-based (Python) Recommendation Service

$MYAPPS_HOME/serving/flask/start-flask-recommendation-service.sh
  • Verify predictions at the following /predict/<userId>/<itemId> endpoint which uses the Dynomite/Redis backend
http://<ip>:5090/predict/12663/7
Clone this wiki locally