Skip to content

Commit

Permalink
SSL API Change + Docs and Tutorial Update (#360)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
manujosephv authored Jan 1, 2024
1 parent d86bfa6 commit 96d6c06
Show file tree
Hide file tree
Showing 29 changed files with 7,430 additions and 13,435 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,4 @@ examples/test_save/
tests/.datasets/
test.py
lightning_logs/
docs/tutorials/examples/basic/
2 changes: 1 addition & 1 deletion docs/explainability.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tabular_model.explain(test.head(1), method="GradientShap", baselines="b|10000")
tabular_model.explain(test.head(10), method="IntegratedGradients", baselines=0)
```

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.
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.

## API Reference
::: pytorch_tabular.TabularModel.explain
Expand Down
2,141 changes: 445 additions & 1,696 deletions docs/tutorials/01-Basic_Usage.ipynb

Large diffs are not rendered by default.

2,221 changes: 471 additions & 1,750 deletions docs/tutorials/02-Advanced_Usage.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 96d6c06

Please sign in to comment.