Conversation
kayatefi
commented
Aug 27, 2025
- Add store record level
- Support PyTorch models
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #367 +/- ##
==========================================
- Coverage 99.67% 99.42% -0.26%
==========================================
Files 44 23 -21
Lines 4363 2615 -1748
==========================================
- Hits 4349 2600 -1749
- Misses 14 15 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…tacks-pytorch-models-and-store-record-level-outcomes
for more information, see https://pre-commit.ci
…for record level output
|
@kayatefi Before we can merge this pull request we should define a simple case where we know what the correct record-level output should be and then write an appropriate test to see it is generated properly. I was thinking of doing something simple with a decision tree and a small dataset- maybe 20 cases (some being duplicates), of 2/3 variables with an xor decision function.
|
…r structural attack report_individual=True
…d nondisclosure decision trees with xor functions
|
@rpreen I've been through Kay's code which was mostly fine then added the individual record-level reporting, which meant I had to rewrite/refactor it a bit. Everything should be tested for correct functionality as well as coverage. |