Skip to content

v0.3.0

Compare
Choose a tag to compare
@tohtsky tohtsky released this 30 Jun 08:47
· 2 commits to main since this release
971d4b3

What's Changed

  • df_to_sparse function improved. If user_ids / item_ids are provided, DataFrame row with unknown user/item ID will be ignored.
  • The function arguments with names **_colname is renamed to **_column. See #99.
  • Deleted IDMappedRecommender. Instead, use
    • ItemIDMapper for item id <-> sparse matrix column index mappings
    • IDMapper for user/item <-> sparse matrix row/column index mappings
  • Added NeuMF-type evaluation example
  • Removed *Optimizer class. Recommender performance can be now tuned by **Recommender.tune class method.
  • Move to src/irspack layout & always use relative import.

Full Changelog: v0.2.4...v0.3.0