Skip to content
/ rmp Public
forked from jonathancstroud/rmp

MDST Ratings Analysis Challenge Tutorials

Notifications You must be signed in to change notification settings

AZaitzeff/rmp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 stroud@umich.edu). Make sure to change this line at the top:

#PBS -M youruniqname@umich.edu

to match your actual uniqname. To run:

qsub ridge.pbs

---- Data ----

train.csv test.csv

About

MDST Ratings Analysis Challenge Tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.4%
  • Shell 16.6%