Skip to content

1.14

Compare
Choose a tag to compare
@maciejkula maciejkula released this 18 Nov 12:37
· 196 commits to master since this release

Added

  • added additional input checks for non-normal inputs (NaNs, infinites) for features
  • added additional input checks for non-normal inputs (NaNs, infinites) for interactions
  • cross validation module with dataset splitting utilities

Changed

  • LightFM model now raises a ValueError (instead of assertion) when the number of supplied
    features exceeds the number of estimated feature embeddings.
  • Warn and delete downloaded file when Movielens download is corrputed. This happens in the wild
    cofuses users terribly.