# ps-lr **Repository Path**: wendiayu/ps-lr ## Basic Information - **Project Name**: ps-lr - **Description**: 完整的实现ps-lite,解决logistics回归问题 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-27 - **Last Updated**: 2023-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction Distributed LR With Parameter Server # install ## step1 ```bash cd ps-lite make ``` ## step2 ``` cmake . make -j20 ```