This file contains hidden or 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
| 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 | |
This file contains hidden or 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
| default_parameters: | |
| experiment: offline training | |
| dataset_filename: trec2007-1607252257 | |
| label_type: | |
| ham_label: -1 | |
| spam_label: 1 |
This file contains hidden or 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
| #! /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 |
OlderNewer