Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Injection automation #141

Draft
wants to merge 37 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ef3ec02
initial injection automation script
Jan 31, 2023
0761bde
adding souza data locally only
Jan 31, 2023
40b5a55
implementing drift detection scatter plot visualization
Feb 2, 2023
820be85
minor tweaks
Feb 3, 2023
4b9ca33
adding nndvi drift detection
Feb 10, 2023
8f397a1
allow manual column type specification
Feb 13, 2023
016eb7e
adjusting function returns and local variables
Feb 13, 2023
74e95f6
cbdb detector implementation
Feb 13, 2023
4d06ba3
hdddm detector implementation
Feb 17, 2023
f2f97fc
kdq tree batch detector implementation
Feb 17, 2023
6f1d923
add basic linear model training for concept drift testing
Feb 19, 2023
de58126
tuning linear model automation and concept drift
Feb 19, 2023
6c4191f
linear four rates detector implementation
Feb 22, 2023
f9897f8
adding naive logistic classifier model
Feb 22, 2023
3a6e0e0
adding binary option to logistic classifier
Feb 22, 2023
11b6f15
ddm detector implementation
Feb 22, 2023
4339ae6
eddm detector implementation
Feb 22, 2023
c68a81f
stepd detector implementation
Feb 22, 2023
52d49c6
adding reference group logic for concept drift detectors
Feb 28, 2023
3d3ba22
md3 detector implementation
Feb 28, 2023
cff5906
naive linear svc implementation
Mar 1, 2023
98f58b6
md3 detector bug fixing
Mar 1, 2023
f655b82
md3 detector working
Mar 1, 2023
fee1182
some detector tuning
Mar 2, 2023
6bb1bb9
testing
Mar 7, 2023
688c212
Merge branch 'dev' of https://github.com/mitre/menelaus into dev
Mar 7, 2023
ac72647
script reformatting
Mar 15, 2023
7d25665
Merge branch 'dev' into injection-automation
Mar 15, 2023
b69371e
fixing injector functions for class modifications
Mar 15, 2023
8ae9d92
bug fixing
Mar 15, 2023
9f3c4fd
injection automation testing
Mar 16, 2023
b5c3d53
class manipulation tests
Mar 17, 2023
de44802
feature injection tests
Mar 17, 2023
4ca0089
basic detector tests
Mar 21, 2023
29fa809
switching to numpy random number generator
Mar 21, 2023
4161498
scatter plot testing
Mar 21, 2023
f7a261b
type coercing plot inputs and testing
Mar 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ _build
*.coverage
*.DS_Store
.idea/
menelaus/injection/souza_data
menelaus/injection/sample_scripts
plots

# Images

examples/*.png
menelaus/*.png
tests/*.png
tests/menelaus/injection/plots

*.tox*
Loading