diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c0de67..0b76baf6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +## [3.1.1](https://github.com/dreamquark-ai/tabnet/compare/v3.1.0...v3.1.1) (2021-02-02) + + +### Bug Fixes + +* add preds_mapper to pretraining ([76f2c85](https://github.com/dreamquark-ai/tabnet/commit/76f2c852f59c6ed2c5dc5f0766cb99310bae5f2c)) + + + # [3.1.0](https://github.com/dreamquark-ai/tabnet/compare/v3.0.0...v3.1.0) (2021-01-12) diff --git a/docs/_modules/pytorch_tabnet/pretraining.html b/docs/_modules/pytorch_tabnet/pretraining.html index c15c3eed..9244752b 100644 --- a/docs/_modules/pytorch_tabnet/pretraining.html +++ b/docs/_modules/pytorch_tabnet/pretraining.html @@ -197,7 +197,8 @@
weights,
):
self.updated_weights = weights
- filter_weights(self.updated_weights)