mcomans / IN4325-table-retrieval

0 stars 0 forks source link

LTR Support Vector Regression #11

Closed doudejans closed 4 years ago

doudejans commented 4 years ago

As an alternative to RFR, I added a Support Vector Regression model. However, SVR doesn't seem to perform better than RFR in my tests (comparing NDCG). I also abstracted away the splitting of the dataset to LTR.py.

This branch builds upon the work I've done in #10, so that PR should be merged first.