logistic regression model by ftrl based on ps-lite(parameter server)
Distributed LR With Parameter Server
step 1. in the logistic-regression-ftrl-ps
cd /repo/ps-lite
step 2.
cp third_party/* .
step 3.
make
step 4.
cd /repo/dmlc-core
make
step 5.
cd logistic-regression-ftrl-ps
make
4.. References: [1] Ad Click Prediction: a View from the Trenches:http://dl.acm.org/citation.cfm?id=2488200