Skip to content

Commit

Permalink
removed unused external models, completed CHANGELOG.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
vitowalteranelli committed Jul 1, 2021
1 parent d2ca0de commit cff99b6
Show file tree
Hide file tree
Showing 40 changed files with 15 additions and 4,295 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,29 @@ All notable changes to this project will be documented in this file

## [v0.3.0] - 2020-06-30
### Changed
- early stopping strategies
- offline recommendation files evaluation (ProxyRecommender, RecommendationFolder)
- negative sampling evaluation
- improved Microsoft Windows compatibility
- binarization of explicit dataset
- incremental splitting
- automatic loading of implicit datasets
- multiple prefiltering
- managing side information with modular loaders
- adding and fixing visual recsys method:
- alignment of side information with training data
- improved Documentation: Model creation, Side Information loading, Early Stopping, Negative Sampling
- added nDCG as formulated in Rendle's 2020 KDD paper
- visual loader with tensorflow pipeline
- added and fixing visual recsys method:
- DVBPR
- VBPR
- DeepStyle
- ACF
- VNPR
- early stopping strategies
- adding new recommender method
- added new recommender method
- MF (Rendle's 2020 RecSys reproducibility paper)
- EASER
- RP3beta
- iALS

## [v0.2.1] - 2020-03-27
### Changed
Expand Down
108 changes: 0 additions & 108 deletions external/models/DistMult/DistMult.py

This file was deleted.

174 changes: 0 additions & 174 deletions external/models/DistMult/DistMult_model.py

This file was deleted.

1 change: 0 additions & 1 deletion external/models/DistMult/__init__.py

This file was deleted.

32 changes: 0 additions & 32 deletions external/models/DistMult/triple_sampler.py

This file was deleted.

1 change: 0 additions & 1 deletion external/models/EASE_R/__init__.py

This file was deleted.

Loading

0 comments on commit cff99b6

Please sign in to comment.