From 2685c9821cc4872ca63849c2e82c3dd382cad436 Mon Sep 17 00:00:00 2001 From: Dennis Devey Date: Thu, 18 Jan 2018 20:59:18 +0000 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06ab864..3093336 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,25 @@ # reverseCentaur - +Tool to turn bro logs into data for all sorts of machine learning/statisticable csvs +1. AVG/TOT across domains +2. Time series in domain +3. All n length fingerprints for a period across domains +4. All n length fingerprints across domains ## To-Do: +### Easy +* Add PCR(s) +* Remove grep +* Directory Load * see if I should be using pandas pivots +* Aggregate each domain file +### Hard * Time Based Split -* Directory Load +* Find CDX data +* Data cleaning +* Shitty anomaly detect +* Shitty clustering * Periodicity & jitter test w/ fake data in iPynb -## Long Term: +### Long Term: * https://github.com/featuretools/featuretools * TPOT * Random Anomaly Detection