Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix offset in LinearEmbeddingEncoder (#455)
This PR fixes an issue in the `LinearEmbeddingEncoder` class. The forward function does not increment the `start_idx` variable, so only the first one is used correctly if multiple embedding columns are present. This probably affects the results in the [RelBench](https://arxiv.org/pdf/2407.20060) paper, so I suggest double-checking those. --------- Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
- Loading branch information