- fixed issue where results were not getting sent to rabbitmq or stored in redis - cleaned up cruft in OneLayer Eval - moved OneLayer Eval code into a class to reduce duplication
0.1.8
- upgraded pytest to 3.8.0 - upgraded pytest-cov to 2.6.0 - upgraded tensorflow to 1.10.1 - made all print statements logger statements - sends messages to rabbitmq now even if not enough sessions - stores normal/abnormal results in redis now - fixed performance issue where evaluation would take a long time - updated the model
0.1.7
- upgraded pytest to 3.7.2 - upgraded numpy to 1.15.1
0.1.6
- updated model - upgraded pytest to 3.7.1 - upgraded scikit-learn to 0.19.2 - linting
0.1.5
- fixes pairs issue when checking private addresses - fixes the models path for running in a container - improve dockerfile builds - upgraded pika to 0.12.0 - upgraded scipy to 1.1.0 - upgraded numpy to 1.14.5 - upgraded tensorflow to 1.9.0 - fixed vent template - added some initial tests - re-trained the onelayer model with improved accuracy - reduced the number of labels for onelayer to 6 - improvements for developing on poseidonml