Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.33 KB

File metadata and controls

38 lines (28 loc) · 1.33 KB

changelog

All notable changes to this project will be documented in this file.

The format is based on keep a changelog

[0.1.0] - 2026-05-21

Added

  • Added streamlit-based recommendation UI
  • Added CSV dataset upload support
  • Added automatic dataset adaption and column detection
  • Added content-based recommendation engine
  • Added collaborative filtering recommendation engine
  • Added hybrid recommendation score visualization
  • Added dataset preview and metadata display

changed

  • Improved recommendation workflow integration
  • Improved recommendation score handling and normalization
  • Enchanced user interaction flow in the streamlit interface

Fixed

  • Fixed handling for datasets without multiple unique users
  • Fixed recommendation fallback logic for partial item matching
  • Fixed empty recommendation and invalid input handling

Removed

  • Removed dependency on external backend server by directly reusing modal classes

[Unreleased]

Added

  • Implemented Hybrid Score Normalization and Dynamic Weighting Matrix (#331)
    • Added configurable normalization ('minmax' | 'zscore') for component scores
    • Added weight_matrix for dynamic alpha/beta/gamma overrides (cold/warm/user/category)
    • Added tests covering normalization and weight-matrix behavior