Skip to content

Instantly share code, notes, and snippets.

metrics AUC FNR FPR error_test error_train
repetition dataset classifier attack % poisoned
1 trec2007-1607201347 adaline dictionary 0.0 0.96 0.00 0.07 0.03 0.02
0.1 0.50 1.00 0.00 0.66 0.70
0.2 0.50 1.00 0.00 0.67 0.73
0.5 0.50 1.00 0.00 0.66 0.83
empty 0.0 0.96 0.00 0.07 0.02 0.02
0.1 0.96 0.00 0.08 0.03 0.03
default_parameters:
experiment: offline training
dataset_filename: trec2007-1607252257
label_type:
ham_label: -1
spam_label: 1
@galvanic
galvanic / create_numbers_string.py
Last active September 29, 2020 06:55
create_numbers_string.py
#! /bin/env/python3
'''
use:
```bash
$ python3 create_numbers_string.py | pbcopy
```
The second part after the pipe, pipes the stout directly into your clipboard on macOS.
If not on macOS, omit the part after the pipe:
```bash