diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-10-07 17:55:17 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-10-09 18:31:45 +0200 |
commit | 4654faf38128f4e793d654c78eee3c5b8d226bbf (patch) | |
tree | dac93c001fbf5dafa9b28908d35ec93f9567c8af /examples/README.md | |
parent | b7a17d62c73a0be53ee3ce2940e623ebe4a1252c (diff) |
Improved py-machine-learning example.
* c-analysed: fixed quoting bug
* nDPId: fixed invalid iat storing/serialisation
* nDPId: free data analysis after event was sent
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index 17c451087..4a5b9b339 100644 --- a/examples/README.md +++ b/examples/README.md @@ -38,6 +38,10 @@ Removed with commit 29c72fb30bb7d5614c0a8ebb73bee2ac7eca6608. Prints prettyfied information about flow events. +## py-machine-learning + +Use sklearn together with CSVs created with **c-analysed** to train and predict DPI detections. + ## py-flow-dashboard A realtime web based graph using Plotly/Dash. |