LightFM v1.14 Release Notes

Release Date: 2017-11-18 // over 6 years ago
  • โž• 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.