Skip to content

Latest commit

 

History

History
 
 

README.md

Tutorial to run linear method

wormhole/linear solves the following linear method

min_w sum_i loss(y_i, <w, x_i>) + penalty(w)

where (x_i, y_i) is a data pair and vector w is the model we will learn.

Build & Run

Use build.sh to build, and demo_local.sh to train on the sample dataset in local machine, or demo_yarn.sh to run the job on Yarn.

More