Similar question as this in this post #59.
That post uses __rank_slates to obtain predicted ranks for y but that doesn't seem to be correct to me. When you look at the function it just returns the original y vector after it has been re orderd (or reranked) but not the predicted ranks.
Is there a function that returns the predicted ranks? or get a predicted score and then generate the rank ourselves?
Similar question as this in this post #59.
That post uses __rank_slates to obtain predicted ranks for y but that doesn't seem to be correct to me. When you look at the function it just returns the original y vector after it has been re orderd (or reranked) but not the predicted ranks.
Is there a function that returns the predicted ranks? or get a predicted score and then generate the rank ourselves?