Releases: titu1994/tf-TabNet
Releases · titu1994/tf-TabNet
TabNet v0.1.5
TabNet v0.1.4.1
Changelog
Bugfix
- Corrected the issue where module cannot be imported due to mismatch in init.py
TabNet v0.1.4
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
Changelog
Bugfix
- Correct assertion for
batch
andgroup
norm types
TabNet v0.1.2
Changelog
- Add embedding projection example
Bugfix
- Correctly supply number of groups to layers.
TabNet v0.1.0
Initial Release
- Support for Tensorflow 2.0 with Autograph tracing