Skip to content

Commit 96d6c06

Browse files
authored
SSL API Change + Docs and Tutorial Update (#360)
* doc changes added data utils need to make changes to SSL in a separate PR * breaking change: SSL changed api and fixed a few bugs made datamodule more cleaner updated tutorials and test cases * added new param to include input features to SSL finetuning updated tut notebooks * pre-commit changes * added more tutorials * enhanced tutorials and documentation
1 parent d86bfa6 commit 96d6c06

29 files changed

+7430
-13435
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,4 @@ examples/test_save/
157157
tests/.datasets/
158158
test.py
159159
lightning_logs/
160+
docs/tutorials/examples/basic/

docs/explainability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tabular_model.explain(test.head(1), method="GradientShap", baselines="b|10000")
3434
tabular_model.explain(test.head(10), method="IntegratedGradients", baselines=0)
3535
```
3636

37-
Checkout the [Captum documentation](https://captum.ai/docs/algorithms) for more details on the algorithms and the [Explainability Tutorial](tutorials/11-Explainability.ipynb) for example usage.
37+
Checkout the [Captum documentation](https://captum.ai/docs/algorithms) for more details on the algorithms and the [Explainability Tutorial](tutorials/14-Explainability.ipynb) for example usage.
3838

3939
## API Reference
4040
::: pytorch_tabular.TabularModel.explain

docs/tutorials/01-Basic_Usage.ipynb

Lines changed: 445 additions & 1696 deletions
Large diffs are not rendered by default.

docs/tutorials/02-Advanced_Usage.ipynb

Lines changed: 471 additions & 1750 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)