v0.2.0
What's Changed
- Fix TARGET tag typo in dataloader and
sampler
initialization in ItemRetrievalTask() by @rnyak in #176 - Pointwise, Pairwise and Listwise Losses by @gabrielspmoreira in #166
- Add download, convert and etl util func for movielens dataset by @rnyak in #155
- Copying Github templates from T4Rec by @marcromeyn in #165
- [REVIEW] docs: initial commit for Sphinx docs by @mikemckiernan in #174
- fix references to item-id column by @sararb in #180
- Activates GPU CI System by @albert17 in #186
- quick fix of setting dtypes from sparse inputs by @sararb in #183
- Adding some basic doc-strings by @marcromeyn in #185
- Introducing TupleAggregator & use it for CosineSimilarity + ElementWiseMultiply by @marcromeyn in #164
- Unified Schema by @benfred in #184
- Adding models by @marcromeyn in #187
- Fix SyntheticData.read_schema with proto text files by @benfred in #191
- Adding batch-predict by @marcromeyn in #145
- Move to 'merlin' namespace by @benfred in #198
- Fix ItemRetrieval assertion and output errors by @rnyak in #200
- Adds initializers and regularizers options to MLPBlock by @gabrielspmoreira in #206
- Update merlin core version by @benfred in #213
- Assume 'merlin' is a first party package for isort by @benfred in #216
- Implemented support for TF mixed precision (mixed_float16) by @gabrielspmoreira in #217
- Add shim to adapt the implicit library by @benfred in #218
- Add a helper function to get the movielens dataset by @benfred in #207
- Add shim to adapt the lightfm library by @benfred in #219
New Contributors
- @mikemckiernan made their first contribution in #174
Full Changelog: v0.1.0...v0.2.0