Skip to content

trendscenter/decentralized-laplacian-ridge-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.