From 1353379f2e133e823c2ef0e50093528ebade9ff4 Mon Sep 17 00:00:00 2001 From: Optimox Date: Mon, 27 Jun 2022 11:55:24 +0200 Subject: [PATCH] chore: release v4.0 --- CHANGELOG.md | 3 - docs/_modules/index.html | 8 +- .../pytorch_tabnet/abstract_model.html | 83 +- .../pytorch_tabnet/augmentations.html | 295 ++ docs/_modules/pytorch_tabnet/callbacks.html | 11 +- docs/_modules/pytorch_tabnet/metrics.html | 66 +- .../pytorch_tabnet/multiclass_utils.html | 7 +- docs/_modules/pytorch_tabnet/multitask.html | 7 +- docs/_modules/pytorch_tabnet/pretraining.html | 35 +- .../pytorch_tabnet/pretraining_utils.html | 11 +- docs/_modules/pytorch_tabnet/sparsemax.html | 7 +- docs/_modules/pytorch_tabnet/tab_model.html | 7 +- docs/_modules/pytorch_tabnet/tab_network.html | 43 +- docs/_modules/pytorch_tabnet/utils.html | 33 +- docs/_modules/torch/optim/adam.html | 7 +- docs/_sources/generated_docs/README.md.txt | 97 +- .../generated_docs/pytorch_tabnet.rst.txt | 57 +- docs/_static/pygments.css | 10 +- docs/generated_docs/README.html | 144 +- docs/generated_docs/pytorch_tabnet.html | 2432 +++++++++-------- docs/genindex.html | 31 +- docs/index.html | 38 +- docs/py-modindex.html | 12 +- docs/search.html | 7 +- docs/searchindex.js | 2 +- pyproject.toml | 2 +- 26 files changed, 2064 insertions(+), 1391 deletions(-) create mode 100644 docs/_modules/pytorch_tabnet/augmentations.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b76baf6..4bce2dba 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,4 @@ -## [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)) diff --git a/docs/_modules/index.html b/docs/_modules/index.html index c2b88d03..611a62cf 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -82,14 +82,17 @@ -

Contents:

+

Contents:

@@ -155,6 +158,7 @@

All modules for which code is available

- - +