sail-repos / PRIMA

This is the implementation repository of our ICSE 2021 paper: Prioritizing Test Inputs for Deep Neural Networks via Mutation Analysis.
Apache License 2.0
7 stars 2 forks source link

Lack of code for Learning-to-Rank using XGBoost part #1

Open YuhengHuang42 opened 3 years ago

YuhengHuang42 commented 3 years ago

First of all, thanks for your great work.

After reading the paper, I want to conduct some experiments in the paper. However, it seems the code of LTR part is missing. I can't find anything relate to the XGBoost part. Could you upload files like xgboost_train.py ? Thanks!

sail-repos commented 3 years ago

Hi Yuheng, Sorry for the delay, I haven't noticed this repository lately. For the XGBoost Part, I merely used the pairwise ranking API of XGBoost. Since the evaluating part is sort of decoupling with the mutation part, I did not updated it with the majority of the code. I will upload this part of the code as soon as possible.

YuhengHuang42 commented 3 years ago

Hi Yuheng, Sorry for the delay, I haven't noticed this repository lately. For the XGBoost Part, I merely used the pairwise ranking API of XGBoost. Since the evaluating part is sort of decoupling with the mutation part, I did not updated it with the majority of the code. I will upload this part of the code as soon as possible.

Thanks for the clarification.

Wsine commented 2 years ago

@sail-repos It has been 7 months later. have you ready for the code of Learning-to-Rank?