Skip to content

WDdeBWT/RecommendationCTR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecommendationCTR

Recommendation model for CTR prediction

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

About

Recommendation model for CTR prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages