Irspack Versions Save

Train, evaluate, and optimize implicit feedback-based recommender systems.

v0.3.1

11 months ago

What's Changed

Full Changelog: https://github.com/tohtsky/irspack/compare/v0.3.0...v0.3.1

v0.3.0

1 year ago

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: https://github.com/tohtsky/irspack/compare/v0.2.4...v0.3.0

v0.2.4

2 years ago

What's Changed

Full Changelog: https://github.com/tohtsky/irspack/compare/v0.2.3...v0.2.4

v0.2.3

2 years ago

What's Changed

Full Changelog: https://github.com/tohtsky/irspack/compare/v0.2.2...v0.2.3

v0.2.2

2 years ago

v0.2.0

2 years ago

What's Changed

Full Changelog: https://github.com/tohtsky/irspack/compare/v0.1.20...v0.2.0

Breaking Changes

v0.2.1

2 years ago

What's Changed

Full Changelog: https://github.com/tohtsky/irspack/compare/v0.2.0...v0.2.1

v0.1.20

2 years ago

What's Changed

Full Changelog: https://github.com/tohtsky/irspack/compare/v0.1.19...v0.1.20

v0.1.19

2 years ago

What's Changed

Full Changelog: https://github.com/tohtsky/irspack/compare/v0.1.18...v0.1.19

v0.1.18

2 years ago
  • add two more data sets (Amazon music & CiteULike-a)
  • add ceil_n_heldout option for split functions