Skip to content

pytorch-widedeep in the context of recsys

Choose a tag to compare

@jrzaurin jrzaurin released this 31 Jul 17:25
cd1ff79
  1. Added example scripts and notebooks on how to use the library in the context of recommendation systems using this notebook as example. This is a response to issue #133
  2. Used the opportunity to add the movielens 100k dataset to the library, so that now it can be imported from the datasets module
  3. Added a simple (not pre-trained) transformer model to to the text component
  4. Added citation file
  5. Fix a bug regarding the padding index not being 1 when using the fastai transforms