Bugfix - Fixes to independence within Decision Step - Transform blocks properly initialize normalization
0.1.4.1
Changelog Bugfix - Corrected the issue where module cannot be imported due to mismatch in __init__.py
0.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
0.1.3
Changelog
Bugfix - Correct assertion for `batch` and `group` norm types
0.1.2
Changelog
- Add embedding projection example
Bugfix - Correctly supply number of groups to layers.
0.1.0
Initial Release
- Support for Tensorflow 2.0 with Autograph tracing