Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deveyNull authored Jan 18, 2018
1 parent 466235d commit 2685c98
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2685c98

Please sign in to comment.