You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was going through the readme and found this
The click model that is mentioned here seems interesting
any references for the method mentioned here would be great.
The text was updated successfully, but these errors were encountered:
This click model is implemented as well as some dummy click models like random-click, and as well as some raw ideas about some more complex click-models
All the click models implemented are located in click_models module with some short explanation in docstrings. As mentioned in the part of readme you’ve referred to, before applying a click model you need to pass previously trained allRank model and pass it to rank_and_click.py script with its config modified by specifying click model (along with its arguments) you want to apply - that is because some click models (e. g. cascade model) need relevance (output of the model) to decide which item to click.
Was going through the readme and found this
The click model that is mentioned here seems interesting
any references for the method mentioned here would be great.
The text was updated successfully, but these errors were encountered: