Skip to content

Package v0.0.11

Latest
Compare
Choose a tag to compare
@Yura52 Yura52 released this 14 Nov 16:13
· 2 commits to main since this release

New features

  • The new version of PiecewiseLinearEmbeddings used in the TabM project was added (in the TabM paper, it is only briefly mentioned in the appendix). It is now recommended by default. To use it, pass the version argument as follows: PiecewiseLinearEmbeddings(..., version="B").
  • PiecewiseLinearEmbeddings and PiecewiseLinearEncoding are now significantly faster (due to the new, Python-loop-free implementation).

Documentation

Overall, the documentation was significantly improved. In particular:

  • The practical recommendations were revisited and updated.
  • For some embedding modules, hyperparameter-related recommendations were revisited. In particular, that applies to the periodic embeddings.
  • The usage sections of all embedding modules were improved.