Skip to content

Releases: tohtsky/irspack

v0.3.1

03 Jun 05:41
5ac6e58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 Jun 08:47
971d4b3
Compare
Choose a tag to compare

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

v0.2.4

03 May 10:14
ef0d561
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

24 Apr 12:19
282261b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

11 Mar 14:06
9f97cb3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

26 Nov 22:42
a1893be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Nov 08:52
a1893be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.20...v0.2.0

Breaking Changes

v0.1.20

07 Nov 07:31
5ce0b4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.19...v0.1.20

v0.1.19

01 Nov 22:48
33a9877
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.18...v0.1.19

Add dataset & `ceil_n_heldout` options

11 Aug 11:59
2b3328e
Compare
Choose a tag to compare
  • add two more data sets (Amazon music & CiteULike-a)
  • add ceil_n_heldout option for split functions