Skip to content

Commit

Permalink
Added a tutorial on how to use PyTorch Tabular models together with V…
Browse files Browse the repository at this point in the history
…irny
  • Loading branch information
denysgerasymuk799 committed Sep 14, 2024
1 parent 107e322 commit de83d9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ In contrast to existing fairness software libraries and model card generating fr
* Metric static and interactive visualizations
* Data loaders with subsampling for popular fair-ML benchmark datasets
* User-friendly parameters input via config yaml files
* Integration with PyTorch Tabular

Check out [our documentation](https://dataresponsibly.github.io/Virny/) for a comprehensive overview.

Expand Down
1 change: 1 addition & 0 deletions docs/introduction/welcome_to_virny.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ In contrast to existing fairness software libraries and model card generating fr
* Metric static and interactive visualizations
* Data loaders with subsampling for popular fair-ML benchmark datasets
* User-friendly parameters input via config yaml files
* Integration with PyTorch Tabular

Check out [our documentation](https://dataresponsibly.github.io/Virny/) for a comprehensive overview.

Expand Down
5 changes: 5 additions & 0 deletions docs/release_notes/0.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
* Now Virny supports Python 3.9, 3.10, 3.11, and 3.12! 🎉🥳


## 🔥 Integration with PyTorch Tabular

* Now Virny supports profiling of the tabular deep learning models from PyTorch Tabular


## ⚙️ Fitted Bootstrap Exporting

* Added the `return_fitted_bootstrap` flag to metric computation interfaces to return a fitted bootstrap, which users can save to a pickle file later and reuse for future experiments
Expand Down

0 comments on commit de83d9a

Please sign in to comment.