If you have any questions, feel free to ask! :)
python>=3.6
pytorch>=1.0
fuxictr
PyYAML
pandas
scikit-learn
numpy
h5py
tqdm
Get the datasets from https://github.com/reczoo/Datasets
Get the result from https://github.com/salmon1802/TF4CTR/tree/main/TF4CTR/TF4CTR_torch/checkpoints
This implementation is based on FuxiCTR and BARS. Thanks for their sharing and contribution.
BARS: https://github.com/openbenchmark
FuxiCTR: https://github.com/xue-pai/FuxiCTR
If you find our code helpful for your research, please cite the following paper:
@article{TF4CTR,
title={TF4CTR: Twin Focus Framework for CTR Prediction via Adaptive Sample Differentiation},
author={Li, Honghao and Zhang, Yiwen and Zhang, Yi and Sang, Lei and Yang, Yun},
journal={arXiv preprint arXiv:2405.03167},
year={2024}
}