Bennett Cyphers

Results 11 issues of Bennett Cyphers

Type: feature request Following up on a conversation we had in-person earlier. It would be nice if HTTPS Everywhere could warn users about insecure links on search engines that can't...

enhancement

#1299 This is the first stab at adding community learning to Privacy Badger -- giving users the option to share de-identified information about the trackers they collect with EFF. Users...

enhancement
privacy

https://github.com/EFForg/privacybadger/issues/681#issuecomment-418866833 Strip [Urchin Tracking Module (UTM) parameters](https://en.wikipedia.org/wiki/UTM_parameters) from URLs in main-frame and third-party background requests. Only operate on https:// urls to avoid conflicts with HTTPSE. Leave first-party background requests and...

Right now, if you create a datarun with a typo or just decide you don't want to run it, there's no simple way to remove it from the database. We...

help wanted
feature

Right now there are just a couple of actual tests in the `test/` folder, and they leave huge portions of the code untouched. Eventually, we will need a suite of...

help wanted

If `enter_data()` is called with the same `train_path` twice in a row and the data itself hasn't changed, a new Dataset does not need to be created. We should add...

enhancement
help wanted
good first issue
low priority

Right now, it's only possible to configure a datarun to use methods and metrics that are included with the library. It should be possible to pass JSON files for custom...

help wanted
feature

The fabfile is currently out of sync with the rest of the codebase, making it impossible to automatically launch an ATM cluster on AWS. This needs to be fixed.

bug
high priority

Appears to only happen when `kernel == 'exp_sine_squared'`. Does not happen every time. More investigation needed. ``` Error testing classifier: datarun= Traceback (most recent call last): File "/home/bcyphers/work/fl/atm/atm/worker.py", line 401,...

bug
help wanted
low priority

In general, we would like to better support the use of ATM as a normal library. It should be just as convenient to use pieces of ATM in another python...

help wanted
feature