-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Policy Generator tool, first pass (#365)
* add policy generator * add unit tests for outcome values and outcome groups * update requirements.txt * add unit tests * add unit tests * add docs * add docs * add docs * rename DSIO->DSOI * fix type hints * add unit test for dp groups * integrate policy generator with csv_analyzer * rename nav items
- Loading branch information
1 parent
5f22632
commit 621ce0f
Showing
17 changed files
with
1,214 additions
and
86 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Outcome Values and Outcome Groups | ||
|
||
::: ssvc.outcomes.base | ||
|
||
::: ssvc.outcomes.groups |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SSVC Policy Generator Tool | ||
|
||
The SSVC Policy Generator is a Python object that generates an SSVC decision | ||
policy (a decision tree) from a set of input parameters. | ||
|
||
It is intended to be used as a library, for example within a Jupyter notebook. | ||
|
||
|
||
::: ssvc.policy_generator |
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.