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.