decentralized-single-shot-ridge-regression
v1.1.10
Published
Single shot implementation of ridge regression in python for COINSTAC.
Downloads
14
Readme
decentralized-single-shot-ridge-regression
Single shot implementation of ridge regression in python for COINSTAC.
Getting Started
- 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 install
Running Tests
This project has two commands to run tests:
npm test
: Runs computation-specific unit testsnpm run simulate
: Runs end-to-end tests using coinstac-simulator
License
MIT. See LICENSE for details.