Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ignore=CVS

# Add files or directories matching the regex patterns to the blacklist.
# The regex matches against base names, not paths.
ignore-patterns=
ignore-patterns=test_transformer_blocks

# Python code to execute, usually for sys.path manipulation
# such as pygtk.require().
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- `rectools.semantic` package with TIGER generative recommender components, including model, Lightning integration, loss, tokenizer modules, semantic metrics, and data handling utilities
- Semantic building blocks for neural recommender workflows, including transformer blocks, MLP modules, residual k-means, and RQ-VAE tokenizer implementations
- TIGER tutorial notebook, SASRec vs TIGER benchmark script, and semantic test coverage across data handling, modules, tokenizer, metrics, and TIGER components


## [Unreleased]

Expand Down
Loading