What are the simplest predictive ranking algorithms?
I want to apply a predictive ranking algorithm to a dataset, so I've been reading about Learning to Rank, RankNet and LambdaMART [1][2].
These methods use neural nets or trees as their core framework. I'm wondering if there are any simpler methodologies available i.e. the linear regression (OLS) for predictive ranking?
Topic learning-to-rank ranking
Category Data Science