SuperCowPowers / zat

Zeek Analysis Tools (ZAT): Processing and analysis of Zeek network data with Pandas, scikit-learn, Kafka and Spark
MIT License
423 stars 108 forks source link

Improve anomaly detection streaming example. #103

Open brifordwylie opened 4 years ago

brifordwylie commented 4 years ago

Add hdbscan in addition to the minibatchKmeans incremental algorithm.

brifordwylie commented 4 years ago
try:
    import hdbscan
except ImportError:
    print('This example needs hdbscan \'$ pip install hdbscan\'')
    exit(1)
github-actions[bot] commented 3 years ago

Stale issue message