-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add CLI and tools for generating configs; significant refactor (#291)
* add main entry point; add config generation prompt * clean up * add prompt for feature descriptions to gen-target * remove failfast * ignore main.py in code coverage * clean up report * update aia test * update target obj test * clean up * add factory test * update tests * update tests * install libomp on macOS CI runners for xgboost * install libomp on macOS CI runners * update README * clean up * clean up worst case * refactor attribute attack * refactor worst case attack * refactor structural attack * format JSON report output * refactor attack report creation Move common report code to attack base class. * refactor report generation * update safemodel logger * update docs * clean up * set target logger name to full path * update CHANGELOG * move user stories to examples dir Signed-off-by: Richard Preen <[email protected]> * update safemodel example * add note on versions to user stories readme * update README * update max features to prompt * update max feature prompt msg * clean up --------- Signed-off-by: Richard Preen <[email protected]>
- Loading branch information
Showing
83 changed files
with
3,914 additions
and
5,956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
# configuration for https://codecov.io | ||
ignore: | ||
- "setup.py" | ||
- "aisdc/safemodel/classifiers/new_model_template.py" | ||
- "aisdc/config" | ||
- "aisdc/main.py" | ||
- "aisdc/preprocessing" | ||
- "user_stories" | ||
- "aisdc/safemodel/classifiers/new_model_template.py" | ||
- "examples" | ||
... | ||
- "setup.py" | ||
- "user_stories" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.