MRN-Code / decentralized-single-shot-ridge-regression

Single shot implementation of ridge regression in python for COINSTAC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decentralized-single-shot-ridge-regression

Single shot implementation of ridge regression in python for COINSTAC.

Getting Started

  1. Ensure you have Node.js and npm (comes with Node.js) installed on your machine
  2. Clone the repository to your local machine:
git clone git@github.com:MRN-Code/decentralized-single-shot-ridge-regression.git
  1. 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 tests
  • npm run simulate: Runs end-to-end tests using coinstac-simulator

License

MIT. See LICENSE for details.

About

Single shot implementation of ridge regression in python for COINSTAC.

License:MIT License


Languages

Language:JavaScript 100.0%