ULTR-Community / ULTRA_pytorch

Unbiased Learning To Rank Algorithms (ULTRA)
https://ultr-community.github.io/ULTRA_pytorch/
Apache License 2.0
93 stars 8 forks source link

Is this a typo for variable --data_dir? #3

Closed rowedenny closed 2 years ago

rowedenny commented 2 years ago

Thanks for this amazing work.

I am trying to follow the experiments on Yahoo! Learning-to-Rank dataset, and find the variable $Data_path/tmp_data/ is not specified previously.

I assume it should be folder containing normalized train/test/valid, so is this should be Data_path/normalized/ instead of Data_path/tmp_data/?

https://github.com/ULTR-Community/ULTRA_pytorch/blob/d2d98b859ff49ad20335d0287d4de8906f9708b9/example/Yahoo/offline_exp_pipeline.sh#L82

And then the model will load train/valid/test, respectively for unbiased learning-to-rank.


oops, sorry that I miss that is the output from ./libsvm_tools/prepare_exp_data_with_svmrank.py

Issue closed.