Skip to content

Commit

Permalink
Fix notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Oct 16, 2023
1 parent 5090c9f commit af8bddc
Show file tree
Hide file tree
Showing 6 changed files with 1,638 additions and 14 deletions.
12 changes: 7 additions & 5 deletions notebooks/network-intrusion-detection-part-1/meta.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[meta]
title="Part 1 or Real-time threat Detection - This notebook demonstrates the application of SingleStoreDB's similarity search to create a system
for identifying infrequent occurrences, a common requirement in fields such as cybersecurity
and fraud detection where only a small percentage of events are potentially malicious.
"
title="IT Threat Detection, Part 1"
description="""
Part 1 or Real-time threat Detection - This notebook demonstrates the
application of SingleStoreDB's similarity search to create a system
for identifying infrequent occurrences, a common requirement in fields such as cybersecurity
and fraud detection where only a small percentage of events are potentially malicious."""
icon="browser"
tags=["iot", "cybersecurity", "training", "vectordb"]
destinations=["spaces"]
destinations=["spaces"]
528 changes: 527 additions & 1 deletion notebooks/network-intrusion-detection-part-1/notebook.ipynb

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions notebooks/network-intrusion-detection-part-2/meta.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[meta]
title="Part 2 or Real-time threat Detection - Validate the accuracy of the threat detection model with a test dataset
"
title="IT Threat Detection, Part 2"
description="""\
Part 2 or Real-time threat Detection - Validate the accuracy of the
threat detection model with a test dataset"""
icon="browser"
tags=["iot", "cybersecurity", "training", "vectordb"]
destinations=["spaces"]
destinations=["spaces"]
651 changes: 650 additions & 1 deletion notebooks/network-intrusion-detection-part-2/notebook.ipynb

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions notebooks/network-intrusion-detection-part-3/meta.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[meta]
title="Part 3 or Real-time threat Detection - Integrate with Kafka, run and visualize Threat Detection on incoming logs.
This notebook requires adjustments to work out of the box."
title="IT Threat Detection, Part 3"
description="""
Part 3 or Real-time threat Detection - Integrate with Kafka, run
and visualize Threat Detection on incoming logs.
This notebook requires adjustments to work out of the box."""
icon="browser"
tags=["iot", "cybersecurity", "training", "vectordb", "kafka", "pipeline", "realtime"]
destinations=["spaces"]
destinations=["spaces"]
444 changes: 443 additions & 1 deletion notebooks/network-intrusion-detection-part-3/notebook.ipynb

Large diffs are not rendered by default.

0 comments on commit af8bddc

Please sign in to comment.