Skip to content

Commit

Permalink
Merge branch 'release/v.0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
evfro committed Jan 7, 2021
2 parents ae90f14 + 35c545b commit 344b364
Show file tree
Hide file tree
Showing 34 changed files with 6,078 additions and 1,860 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
polara.egg-info/
examples/.ipynb_checkpoints/
.ipynb_checkpoints/
.vscode/
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,9 @@ See more usage examples in the [Custom evaluation](examples/Custom_evaluation.ip

### Reproducing others work
Polara offers even more options to highly customize experimentation pipeline and tailor it to specific needs. See, for example, [Reproducing EIGENREC results](examples/Reproducing_EIGENREC_results.ipynb) notebook to learn how Polara can be used to reproduce experiments from the *"[EIGENREC: generalizing PureSVD for effective and efficient top-N recommendations](https://arxiv.org/abs/1511.06033)"* paper.

## How to cite
If you find this framework useful for your research, please cite [the following paper](https://dl.acm.org/citation.cfm?id=3347055):
```
"HybridSVD: when collaborative information is not enough"; Evgeny Frolov and Ivan Oseledets, 2019. In Proceedings of the 13th ACM Conference on Recommender Systems (RecSys '19). ACM, New York, NY, USA, 331-339.
```
Loading

0 comments on commit 344b364

Please sign in to comment.