GitHub - icecreamerr-code/ESRTSB-Model
Skip to content

icecreamerr-code/ESRTSB-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Model source code the following paper is released here.

Dependencies

Data Preparation & Preprocessing

  • We give a sample raw data in the ESRTSB-data folder.
  • Feature Engineering:
python feateng_php.py # for PHP

configure `data_set and model_type` from code/configure/configure.py 
    data_set='PHP'   
    model_type='PP'
  • Pouring data into pkl:

python graph_storage.py 
python graph_generator.py
  • Generate target and history sequence data
python gen_target.py  # generate target user and item
python sampling.py # sampling

Train the Models

  • To run model
cd ESRTSB/
python train.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages