Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 643 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 643 Bytes

MDST Ratings Analysis Challenge

Here, we'll be sharing tutorial and demo code from the MDST Ratings Analysis Challenge.

---- Scripts ----

ridge.py - Ridge regression baseline code. Uses regularized sum of bigram features to predict quality. Leaderboard RMSE: 1.8431

---- Flux ----

template_ridge.pbs - Use this PBS script to run the ridge regression code remotely on Flux. You'll need your account linked to our Flux allocation (contact Jonathan at [email protected]). Make sure to change this line at the top:

#PBS -M [email protected]

to match your actual uniqname. To run:

qsub ridge.pbs

---- Data ----

train.csv test.csv