trendscenter / decentralized-laplacian-ridge-regression

decentralized laplacian ridge regression for COINSTAC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decentralized-laplacian-ridge-regression

Iterative ridge regression algorithm for COINSTAC.

Installation

  1. Ensure you have Node.js and npm installed.
  2. Clone the repository to your machine:
git clone git@github.com:MRN-Code/decentralized-laplacian-ridge-regression.git
  1. Install the project's dependencies:
cd decentralized-laplacian-ridge-regression
npm install

Testing

  • Run npm test to run the project's tests. This will output coverage information in the coverage directory.
  • Run npm run simulate to run the computation's declaration file through coinstac-simulator.

License

MIT. See LICENSE for details.

About

decentralized laplacian ridge regression for COINSTAC

License:MIT License


Languages

Language:JavaScript 100.0%