Skip to content

Releases: titu1994/tf-TabNet

TabNet v0.1.5

07 Jul 23:14
Compare
Choose a tag to compare

Changelog

Bugfix

  • Fixes to independence within Decision Step
  • Transform blocks properly initialize normalization

TabNet v0.1.4.1

28 Nov 16:01
Compare
Choose a tag to compare

Changelog

Bugfix

  • Corrected the issue where module cannot be imported due to mismatch in init.py

TabNet v0.1.4

16 Nov 22:57
Compare
Choose a tag to compare

Changelog

Additions

  • Addition of StackedTabNet, StackedTabNetClassifier, StackedTabNetRegressor

Minor Changes

  • Renaming of TabNetClassification -> TabNetClassifier, TabNetRegression -> TabNetRegressor
  • Aliases to TabNetClassification and TabNetRegression for backwards compatibility

TabNet v0.1.3

10 Oct 23:31
Compare
Choose a tag to compare

Changelog

Bugfix

  • Correct assertion for batch and group norm types

TabNet v0.1.2

09 Oct 06:11
Compare
Choose a tag to compare

Changelog

  • Add embedding projection example

Bugfix

  • Correctly supply number of groups to layers.

TabNet v0.1.0

09 Oct 02:26
Compare
Choose a tag to compare

Initial Release

  • Support for Tensorflow 2.0 with Autograph tracing