Single shot implementation of ridge regression in python for COINSTAC.
- Ensure you have Node.js and npm (comes with Node.js) installed on your machine
- Clone the repository to your local machine:
git clone [email protected]:MRN-Code/decentralized-single-shot-ridge-regression.git- Install dependencies:
cd decentralized-single-shot-ridge-regression
npm installThis project has two commands to run tests:
npm test: Runs computation-specific unit testsnpm run simulate: Runs end-to-end tests using coinstac-simulator
MIT. See LICENSE for details.