forked from andypetrella/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Production ML Deprecated
Chris Fregly edited this page Jul 4, 2016
·
1 revision
- 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
$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
Environment Setup
Demos
6. Serve Batch Recommendations
8. Streaming Probabilistic Algos
9. TensorFlow Image Classifier
Active Research (Unstable)
15. Kubernetes Docker Spark ML
Managing Environment
15. Stop and Start Environment