Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Releases: nokaut/wsknn

1.2.2

31 Jan 10:04
4a46e98
Compare
Choose a tag to compare

Version 1.2.2 (2024-01-31)

  • (bug) random.sample(sessions) bug: #64
  • (enhancement) check if sessions and items have the same datatypes in both mappings (session-items map and item-sessions map) (#65)
  • (enhancement) batch prediction with batch_predict() function

1.2.X November update

27 Nov 13:26
d451917
Compare
Choose a tag to compare
  • (docs) updated JOSS badge,
  • (docs) updated docs,
  • (enhancement) updated import paths,
  • (feature) save and load model with joblib

version 1.2.0 JOSS publication

06 Oct 12:30
4495456
Compare
Choose a tag to compare

This release is linked to the JOSS publication.

version 1.2.0

02 Oct 08:08
4495456
Compare
Choose a tag to compare
  • (docs) changed README example,
  • (docs) added demo-readme example to demo-notebooks section,
  • (docs) demo example in documentation updated,
  • (docs) link to the documentation page added to README,
  • (enhancement) item-sessions map may be derived from session-items map,
  • (feature) data can be read from the flat record structure,
  • (feature) data can be parsed from dataframes

1.1.1 Release

08 Jul 11:37
31ad723
Compare
Choose a tag to compare
  • reads and parses CSV files
  • refactored parsing functions

0.1.6 Release

20 Dec 17:35
Compare
Choose a tag to compare

The release sets minimal version of Python to 3.8, has updated docs, and CI tests. It is mostly a dirty job to make life of developers and maintainers easier.

0.1.5

26 Jul 10:29
9548eff
Compare
Choose a tag to compare

Version 0.1.5

  • updated session selection algorithm, added weighted_events parameter that allows weighting the closest neighbors by the vector of weights,
  • new tutorial with a comparison of different recommendation settings,
  • updated documentation.