Skip to content

Commit

Permalink
add more details
Browse files Browse the repository at this point in the history
  • Loading branch information
hyllll committed Nov 24, 2020
1 parent 3935fa1 commit f9b3a2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 82 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ For clarify, we use MovieLens-100k dataset as a example and treat the BPRMF meth
```python
python run_pair_mf_train.py --dataset=ml-100k --prepro=origin
```
And for different teacher models, we could run the code as follows:

| Teacher Model | Corresponding run file |
| :----: | :----:|
| MostPop | `run_mostpop_train.py` |
| ItemKNN | `run_itemknncf_train.py` |
| BPRMF |`run_pair_mf_train.py`|
| Item2Vec |`run_item2Vec_train.py`|
| NeuMF |`run_pair_neumf_train.py`|
You can also use `--help` command to get more arguments information.
4. Finally, we train the student model and generate the refined recommendation lists on test set. More details of arguments are available in help message : `python run_trd.py --help`
```python
python run_trd.py --dataset=ml-100k --prepro=origin --method=bprmf --n_actions=20 --pred_score=0
Expand Down
82 changes: 0 additions & 82 deletions experiment/compute_first_position.py

This file was deleted.

0 comments on commit f9b3a2a

Please sign in to comment.