mhsyno

Results 3 comments of mhsyno

Hello, thank you for pointing that out. We will use this fix in the next coming PR.

Hello, both **y_pred** and **y_true** are of type ```torch.Tensor``` with the same shape: ```[batch_size, slate_length]``` - **y_true** values are labels for each slate **in the original order**. The higher value...

All the click models implemented are located in [click_models](https://github.com/allegro/allRank/tree/master/allrank/click_models/) module with some short explanation in docstrings. As mentioned in the part of readme you’ve referred to, before applying a click...