Skip to content

Releases: netesy/Caidin

v0.0.1

09 Sep 11:06
e28d65c
Compare
Choose a tag to compare

Version 0.0.1: Initial Release

This release includes the initial implementation of the Caidin library, providing content-based and collaborative filtering recommendation methods. Users can load data, configure recommendation methods, train the engine, and get recommendations. The library also includes unit tests for basic functionality.

Changes:

  • Added content-based recommendation method.
  • Added collaborative filtering recommendation method.
  • Implemented data loading and filtering.
  • Created unit tests for core functionality.

Please refer to the documentation for usage instructions and more details.