Skip to content

fufufukakaka/recbole-item2vec-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recbole-item2vec-model

This is a simple item2vec implementation using gensim for recbole( https://recbole.io )

Usage

When you want to run experiment for item2vec,

python run_recbole_with_item2vec.py --dataset_name {your dataset name} --config_files {your config files}

And when you want to get topk predictions for test data using trained item2vec model,

python get_item2vec_topk.py

Please edit model file path in this script before run.

About

This is a simple item2vec implementation using gensim for recbole( https://recbole.io )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages