Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 863 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 863 Bytes

RecommendationCTR

Recommendation model for CTR prediction

Closed projects. The performance is no better than LightGCN(Xiangnan He)

Implementation based on following project

Environment Requirement

The code has been tested running under Python 3.6.8. The required packages are as follows:

If you want to use GPU, you should install cuda-version of torch & dgl

  • torch
  • dgl
  • numpy
  • pandas
  • scipy
  • sklearn
  • networkx
  • fastdtw
  • joblib